Changes between Version 15 and Version 16 of Processing/SRTMDEMs
- Timestamp:
- Oct 21, 2010, 2:26:16 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Processing/SRTMDEMs
v15 v16 38 38 {{{ 39 39 for tile in `ls *_dem.tif`; 40 do r.in.gdal input=$tile output=$tile. aster;40 do r.in.gdal input=$tile output=$tile.tile; 41 41 done 42 42 }}} … … 53 53 Collecting map names for current mapset <Your_Mapset>... 54 54 The following files would be deleted: 55 g.remove rast=ASTGTM_N63W017_dem.tif. aster,ASTGTM_N63W018_dem.tif....55 g.remove rast=ASTGTM_N63W017_dem.tif.tile,ASTGTM_N63W018_dem.tif.... 56 56 }}} 57 57