Changes between Version 13 and Version 14 of Processing/SRTMDEMs


Ignore:
Timestamp:
Oct 21, 2010, 11:36:17 AM (14 years ago)
Author:
anch
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Processing/SRTMDEMs

    v13 v14  
    2626}}}
    2727
     28for multiple tiles, put in a simple loop e.g:
     29
     30{{{
     31for tile in `ls *.tif`;
     32do r.in.gdal input=$tile output=$tile.aster;
     33done
     34}}}
     35
    28365. 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.
    2937