Changes between Version 13 and Version 14 of Processing/SRTMDEMs
- Timestamp:
- Oct 21, 2010, 11:36:17 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Processing/SRTMDEMs
v13 v14 26 26 }}} 27 27 28 for multiple tiles, put in a simple loop e.g: 29 30 {{{ 31 for tile in `ls *.tif`; 32 do r.in.gdal input=$tile output=$tile.aster; 33 done 34 }}} 35 28 36 5. Quit Grass and then start it up again. Select a location using UTM projection for the target area or create one if none is available - make sure you've got the right UTM zone. Note you can also use whatever other projection you want, but this guide assumes you want UTM. 29 37