Changes between Version 14 and Version 15 of Processing/NextMapDEMs
- Timestamp:
- Oct 30, 2009, 7:27:18 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Processing/NextMapDEMs
v14 v15 21 21 {{{ 22 22 # read in a couple of tiles 23 r.in.gdal -e input= /data/aegean1/nextmap_dems/neodc/by_tile/by_product/dsm/tl/tl17/tl17dsm/w001001.adf output=tl1724 r.in.gdal -e input= /data/aegean1/nextmap_dems/neodc/by_tile/by_product/dsm/tl/tl27/tl27dsm/w001001.adf output=tl2723 r.in.gdal -e input=~arsf/nextmap_dems/neodc/by_tile/by_product/dsm/tl/tl17/tl17dsm/w001001.adf output=tl17 24 r.in.gdal -e input=~arsf/nextmap_dems/neodc/by_tile/by_product/dsm/tl/tl27/tl27dsm/w001001.adf output=tl27 25 25 # set the region of interest to the (two) tiles we want to export 26 26 g.region rast=tl17,tl27 … … 32 32 33 33 Then run the demheaderconvert.sh script or manually edit the DEM file to include an azgcorr header (or you can specify this on the command line if you prefer). 34 35 34 36 35 == Adding the azgcorr header ==