Changes between Version 7 and Version 8 of Processing/NextMapDEMs


Ignore:
Timestamp:
Jul 1, 2008, 10:33:51 AM (16 years ago)
Author:
benj
Comment:

Updated demheaderconvert.sh and associated options

Legend:

Unmodified
Added
Removed
Modified
  • Processing/NextMapDEMs

    v7 v8  
    1818The azgcorr format is plain ASCII text, with decimal numbers separated by spaces, one row per row of the DEM.  At the top of the file, you need a single line that describes the geographic position of the DEM.
    1919
    20 Run the script to convert the ASCII file to have an azgcorr compatible header. Note this will delete the original ASCII file unless you specify -nodel at the end
     20Run the script to convert the ASCII file to have an azgcorr compatible header. Note this will delete the original ASCII file unless you specify -nodel at the end. The optional resolution argument specifies the DEM grid resolution in metres, defaults to 5m if omitted.
    2121{{{
    2222# Run conversion script, input file is the first argument, output file is the second
    23 demheaderconvert.sh asciifile.dem azgcorrfile.dem [-nodel]
     23demheaderconvert.sh asciifile.dem azgcorrfile.dem [-nodel] [-res <resolution>]
    2424}}}
    2525