Changes between Version 18 and Version 19 of Processing/SRTMDEMs


Ignore:
Timestamp:
Feb 16, 2011, 3:30:59 PM (13 years ago)
Author:
knpa
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Processing/SRTMDEMs

    v18 v19  
    77Both of these are relatively coarse for ARSF DEM usage but are sufficient in some cases. To create a DEM from these data:
    88
    9 1. Obtain DEM data. ASTER should be used in preference to SRTM unless there is a good reason not to.
     91. Obtain data. ASTER should be used in preference to SRTM unless there is a good reason not to.
    1010 * ASTER from http://asterweb.jpl.nasa.gov/gdem-wist.asp. You will need to register, define the search area you're interested in and create an appropriate data order.
    1111
    1212 * SRTM from http://earthexplorer.usgs.gov. Expand the "Digital Elevation" link on the left and tick the box labelled "SRTM". Enter bounding co-ordinates for the area you want data for, clicking the green "+" icon after each one. Note that this currently seems not to always work correctly for locations in DMS format (at least in Firefox), you may need to switch to decimal degrees (which work fine). Click on the "Search" button in the bottom-right, and you should be presented with a list of items matching your search (there should be only one thing in it). Click on the "SRTM" link (you may need to enable pop-ups if you've got them blocked), and you will be presented with a list of matching SRTM tiles and download links - download the data you want to use. Note that only SRTM 3-arc-second resolution data is available for sites outside North America. For sites in North America higher resolution data can be obtained via the USGS [http://seamless.usgs.gov/ Seamless Server]
     13
     14'''The raw ASTER and SRTM data should be placed in ~arsf/ASTER and ~arsf/SRTM respectively.'''
    1315
    14162. Unzip the downloaded zip file. ASTER data will contain two GeoTIFFs (you want the "_dem" one) - the file name refers to the lat/lon of the bottom-left corner of the tile. For SRTM data, descend into the directory structure to find the file w001001.adf - this holds the actual data, though you can't move it without the rest of the directory structure.