Changes between Version 26 and Version 27 of Processing/SRTMDEMs
- Timestamp:
- Jun 28, 2011, 8:54:39 AM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Processing/SRTMDEMs
v26 v27 1 1 == Creating DEMs from ASTER or SRTM data == 2 2 3 '''** Note: The instructions below explain how to make an ASCII UTM DEM. Instead you may need to make a binary DEM. This is the same process but instead of r.out.ascii, use 'r.out.gdal format=ENVI type= float32' from the lat long grass location. This will still need to be elevated to WGS84 and should be interpolated so there are no no-data values in the binary output **'''3 '''** Note: The instructions below explain how to make an ASCII UTM DEM. Instead you may need to make a binary DEM. This is the same process but instead of r.out.ascii, use 'r.out.gdal format=ENVI type=Float32' from the lat long grass location. This will still need to be elevated to WGS84 and should be interpolated so there are no no-data values in the binary output **''' 4 4 5 5 The ASTER GDEM is a global elevation dataset at 1-arc-second (30m) horizontal resolution, covering the earth from 83S-83N. More data about the dataset is available at http://www.ersdac.or.jp/GDEM/E/2.html, the dataset itself can be downloaded from http://www.gdem.aster.ersdac.or.jp/.