The SRTM data sets result from a collaborative effort by the National Aeronautics and Space Administration (NASA) and the National Imagery and Mapping Agency (NIMA), as well as the participation of the German and Italian space agencies, to generate a near-global digital elevation model (DEM) of the Earth using radar interferometry. Read on for more about data characteristics and the data format.
The SRTM instrument consisted of the Spaceborne Imaging Radar-C (SIR-C) hardware set modified with a Space Station-derived mast and additional antennae to form an interferometer with a 60 meter long baseline. A description of the SRTM mission, can be found in Farr and Kobrick (2000).
The Shuttle Radar Topography Mission (SRTM) obtained elevation data on a near-global scale to generate the most complete high-resolution digital topographic database of Earth. SRTM consisted of a specially modified radar system that flew onboard the Space Shuttle Endeavour during an 11-day mission in February of 2000.
Synthetic aperture radars are side-looking instruments and acquire data along continuous swaths. The SRTM swaths extended from about 30 degrees off-nadir to about 58 degrees off-nadir from an altitude of 233 km, and thus were about 225 km wide. During the data flight the instrument was operated at all times the orbiter was over land and about 1000 individual swaths were acquired over the ten days of mapping operations. Length of the acquired swaths range from a few hundred to several thousand km. Each individual data acquisition is referred to as a "data take."
SRTM was the primary (and pretty much only) payload on the STS-99 mission of the Space Shuttle Endeavour, which launched February 11, 2000 and flew for 11 days. Following several hours for instrument deployment, activation and checkout, systematic interferometric data were collected for 222.4 consecutive hours. The instrument operated virtually flawlessly and imaged 99.96% of the targeted landmass at least one time, 94.59% at least twice and about 50% at least three or more times. The goal was to image each terrain segment at least twice from different angles (on ascending, or north-going, and descending orbit passes) to fill in areas shadowed from the radar beam by terrain.
This perspective view shows Mount Ararat in easternmost Turkey, which has been the site of several searches for the remains of Noah's Ark.
This 'targeted landmass' consisted of all land between 56 degrees south and 60 degrees north latitude, which comprises almost exactly 80% of the total landmass.
Data Set Characteristics
SRTM data were processed in a systematic fashion using the SRTM Ground Data Processing System (GDPS) supercomputer system at the Jet Propulsion Laboratory. Data were mosaicked into approximately 15,000 one degree by one degree cells and formatted according to the Digital Terrain Elevation Data (DTED) specification for delivery to NIMA, who will use it to update and extend their DTED products. Data were processed on a continent-by-continent basis beginning with North America. NIMA is applying several post-processing steps to these data including editing, spike and well removal, water body leveling and coastline definition. Following these "finishing" steps data will be returned to NASA for distribution to the scientific and civil user communities, as well as the public. In advance of that, the unedited data are being released for public use subject to the caveats discussed below.
Organization
SRTM data are organized into individual rasterized cells, or tiles, each covering one degree by one degree in latitude and longitude. Sample spacing for individual data points is either 1 arc-second or 3 arc-seconds, referred to as SRTM-1 and SRTM-3, respectively. Since one arc-second at the equator corresponds to roughly 30 meters in horizontal extent, the sets are sometimes referred to as "30 meter" or "90 meter" data.
Unedited SRTM-3 data are being released continent-by-continent, with the definitions of the continents displayed in the file Continent_def.gif. By agreement with NIMA unedited SRTM-1 data for the United States and its territories and possessions are also being released and can be found in the directory /United_States_1arcsec./ Cells that straddle the border with neighboring countries have been masked with quarter degree quantiation such that data outside the U.S. have the void value.
Elevation mosaics
Each SRTM data tile contains a mosaic of elevations generated by averaging all data takes that fall within that tile. Since the primary error source in synthetic aperture radar data is speckle, which has the characteristics of random noise, combining data through averaging reduces the error by the square root of the number of data takes used. In the case of SRTM the number of data takes could range from a minimum of one (in a very few cases) up to as many as ten or more.
Data Formats
The names of individual data tiles refer to the longitude and latitude of the lower-left (southwest) corner of the tile (this follows the DTED convention as opposed to the GTOPO30 standard). For example, the coordinates of the lower-left corner of tile N40W118 are 40 degrees north latitude and 118 degrees west longitude. To be more exact, these coordinates refer to the geometric center of the lower left pixel, which in the case of SRTM-1 data will be about 30 meters in extent.
SRTM-1 data are sampled at one arc-second of latitude and longitude and each file contains 3601 lines and 3601 samples. The rows at the north and south ecges as well as the columns at the east and west edges of each cell overlap and are identical to the edge rows and columns in the adjacent cell.
SRTM-3 data are sampled at three arc-seconds and contain 1201 lines and 1201 samples with similar overlapping rows and columns. This organization also follows the DTED convention. Unlike DTED, however, 3 arc-second data are generated in each case by 3x3 averaging of the 1 arc-second data - thus 9 samples are combined in each 3 arc-second data point. Since the primary error source in the elevation data has the characteristics of random noise this reduces that error by roughly a factor of three.
This sampling scheme is sometimes called a "geographic projection", but of course it is not actually a projection in the mapping sense. It does not possess any of the characteristics usually present in true map projections, for example it is not conformal, so that if it is displayed as an image geographic features will be distorted. However it is quite easy to handle mathematically, can be easily imported into most image processing and GIS software packages, and multiple cells can be assembled easily into a larger mosaic (unlike the pesky UTM projection, for example.)
DEM File (.HGT)
The DEM is provided as 16-bit signed integer data in a simple binary raster. There are no header or trailer bytes embedded in the file. The data are stored in row major order (all the data for row 1, followed by all the data for row 2, etc.).
All elevations are in meters referenced to the WGS84 EGM96 geoid as documented at http://www.nima.mil/GandG/wgsegm/.
Byte order is Motorola ("big-endian") standard with the most significant byte first. Since they are signed integers elevations can range from -32767 to 32767 meters, encompassing the range of elevation to be found on the Earth.
In these preliminary data there commonly will be data voids from a number of causes such as shadowing, phase unwrapping anomalies, or other radar-specific causes. Voids are flagged with the value -32768.
Notes and Hints for SRTM Data Users
Data Encoding
Because the DEM data are stored in a 16-bit binary format, users must be aware of how the bytes are addressed on their computers. The DEM data are provided in Motorola or IEEE byte order, which stores the most significant byte first ("big endian"). Systems such as Sun SPARC and Silicon Graphics workstations use the Motorola byte order. The Intel byte order, which stores the least significant byte first ("little endian"), is used on DEC Alpha systems and most PCs. Users with systems that address bytes in the Intel byte order may have to "swap bytes" of the DEM data unless their application software performs the conversion during ingest.
SRTM Caveats
As with all digital geospatial data sets, users of SRTM must be aware of certain characteristics of the data set (resolution, accuracy, method of production and any resulting artifacts, etc.) in order to better judge its suitability for a specific application. A characteristic of SRTM that renders it unsuitable for one application may have no relevance as a limiting factor for its use in a different application.
In particular, data produced by the PI processor should be considered as "research grade" data suitable for scientific investigations and development and testing of various civil applications.
No editing has been performed on the data, and the elevation data in particular contain numerous voids and other spurious points such as anomalously high (spike) or low (well) values. Water bodies will generally not be well-defined - in fact since water surfaces generally produce very low radar backscatter they will appear quite "noisy" or rough, in the elevations data. Similarly, coastlines will not be well-defined.
References
Farr, T.G., M. Kobrick, 2000, Shuttle Radar Topography Mission produces a wealth of data, Amer. Geophys. Union Eos, v. 81, p. 583-585.
Rosen, P.A., S. Hensley, I.R. Joughin, F.K. Li, S.N. Madsen, E. Rodriguez, R.M. Goldstein, 2000, Synthetic aperture radar interferometry, Proc. IEEE, v. 88, p. 333-382.
DMATR 8350.2, Dept. of Defense World Geodetic System 1984, Its Definition and Relationship with Local Geodetic Systems, Third Edition, 4 July 1997. http://164.214.2.59/GandG/tr8350_2.html
Lemoine, F.G. et al, NASA/TP-1998-206861, The Development of the Joint NASA GSFC and NIMA Geopotential Model EGM96, NASA Goddard Space Flight Center, Greenbelt, MD 20771, U.S.A., July 1998.
Users of ARC/INFO or ArcView can display the DEM data directly after
renaming the file extension from .HGT to .BIL. However, if a user needs
access to the actual elevation values for analysis in ARC/INFO the DEM must be converted to an ARC/INFO grid with the command IMAGEGRID. For IMAGEGRID to work there must be a separate header file whose name (including case) is exactly the same as the image file name. The contents of a sample file that works with 3 arc-second SRTM file N37W105.hgt are below
IMAGEGRID does not support conversion of signed image data, therefore the negative 16-bit DEM values will not be interpreted correctly. After running IMAGEGRID, an easy fix can be accomplished using the following formula in Grid:
The converted grid will then have the negative values properly represented, and the statistics of the grid should match those listed in the .ANN file.
Source: NIMA
Accessing SRTM Data
In accordance with NASA policy, the USGS EROS Data Center hosts and distributes SRTM data via the USGS Seamless Data Distribution System - Enhanced. Electronic Download: Up to an area 30 degrees square of raster data (1.6 gigabytes), in 100 megabyte sized files, are downloadable at no charge.
Top iPhone related GIS and Geo Tech news stories from 2009 - At the end of the year its always interesting for us to look at some of the stats and results to identify trends and more important, to see what our readers think is hot! In the "news" category it seems that iPhone related geo tech items were extremely popular.
Geo Social Location Checkin to Twitter from iPhone - With the cool SXSW event taking place Austin, TX, everyone who's anyone in social and social location seems to have rolled out updates this week, making your choice for how to check-in to your social media bookmarks even tougher to decide on!
10 Awesome GIS and Mapping apps for the iPhone - I recall last year at the ESRI UC when an iPhone was on stage showing a prototype app (think ArcPad on iPhone). It was then that I realized the iPhone platform is going to be BIG in mapping and there's a ton of opportunity for developers.
Nokia Booklet 3G, unboxing video and image gallery... Those of you in the USA who pop in to BestBuy occasionally, you may have seen a stand showing off the Nokia Booklet 3G. A sleek, 3G enabled, SIM slot (AT&T) sporting netbook.
Interesting Tweeple - 10 Geo Technology & Geo-Social Women of Twitter - given the growing love for geospatial and location-aware technologies, I’ve decided to hype 10 women that I feel make a significant contribution to the Geo-Twittersphere. If you’d like to add 10 knowledgeable and useful Twitter contacts to your Geo following list I highly suggest the following: (in no particular order)
10 Geo Social Location-Aware Apps Making Waves... With Twitter's opening of their location API to developers there's going to be a ton of third party apps that will enable Twitter users to share location-aware information via their Twitter accounts.
Signs that indicate you may be a GeoGeek (aka. GeoNerd) and some suggested Geo blogs - Chances are good that if you are a Geo Geek then you already know it and likely refer to yourself as one. However, there’s many of you out there that may be on the fence and wondering… “am I a Geo Geek?" Read on for a comprehensive list of signs you might be a GeoGeek followed up by some suggested Geoblog reading.
Real-time GPS Mapping and GIS Solution Aids Efficient Disaster Management - Saturday, February 7, 2009 will forever be known as Black Saturday in the State of Victoria, Australia. In the midst of a 10-year drought, a record breaking heat wave descended upon the state, with temperatures exceeding 45 degrees C (110-120 deg F), breaking all-time record highs in some cities - Victoria Police Use Trimble Juno SC Handhelds to Speed Assessment of Damage Caused by Bush Fires.
2010 ESRI Federal User Conference February 17-19, 2010, Washington D.C. Walter E. Washington Convention Center - The FedUC is the largest geospatial conference for federal agencies. Connect with other leaders, decision makers, and GIS professionals.
The International LiDAR Mapping Forum 2010 - Tenth Anniversary Event! ILMF 2010 will be held from March 3 - 5, 2010 at the Hyatt Regency in Denver at Colorado Convention Center.
The NAVTEQ 2010 Global LBS Challenge Awards Ceremony will be held during Ignite at O'Reilly Where 2.0. Be among the first to hear as NAVTEQ announces the winners for the North America region. Participants will be competing for a global prize pool of $10 million and growing by showcasing pre-commercial location-enabled apps using NAVTEQ map data & products. March 30, 2010, during Ignite Where, 7:30pm - 9:00pm, at the Marriott San Jose, CA
WHERE2.0 2010 - Now in its sixth year, the Where 2.0 Conference is where the grassroots and leading edge developers building location-aware technology intersect with the businesses and entrepreneurs seeking out location apps, platforms, and hardware to gain a competitive edge. For 15% use Discount Code: whr10lbs