Changes between Version 7 and Version 8 of Processing/NextMapDEMs
- Timestamp:
- Jul 1, 2008, 10:33:51 AM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Processing/NextMapDEMs
v7 v8 18 18 The 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. 19 19 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 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. The optional resolution argument specifies the DEM grid resolution in metres, defaults to 5m if omitted. 21 21 {{{ 22 22 # Run conversion script, input file is the first argument, output file is the second 23 demheaderconvert.sh asciifile.dem azgcorrfile.dem [-nodel] 23 demheaderconvert.sh asciifile.dem azgcorrfile.dem [-nodel] [-res <resolution>] 24 24 }}} 25 25