Changes between Version 14 and Version 15 of Processing/NextMapDEMs


Ignore:
Timestamp:
Oct 30, 2009, 7:27:18 PM (14 years ago)
Author:
mggr
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Processing/NextMapDEMs

    v14 v15  
    2121{{{
    2222 # 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=tl17
    24 r.in.gdal -e input=/data/aegean1/nextmap_dems/neodc/by_tile/by_product/dsm/tl/tl27/tl27dsm/w001001.adf output=tl27
     23r.in.gdal -e input=~arsf/nextmap_dems/neodc/by_tile/by_product/dsm/tl/tl17/tl17dsm/w001001.adf output=tl17
     24r.in.gdal -e input=~arsf/nextmap_dems/neodc/by_tile/by_product/dsm/tl/tl27/tl27dsm/w001001.adf output=tl27
    2525 # set the region of interest to the (two) tiles we want to export
    2626g.region rast=tl17,tl27
     
    3232
    3333Then 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 
    3534
    3635== Adding the azgcorr header ==