Changes between Version 5 and Version 6 of Processing/NextMapDEMs
- Timestamp:
- Nov 30, 2007, 10:25:12 AM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Processing/NextMapDEMs
v5 v6 16 16 [you can load this grid into ENVI to test against vector layers, etc - file->open external->generic->ascii, then georeference (edit headers->mapinfo, etc)] 17 17 18 Run the script to convert the ASCII file to have an azgcorr compatible header 18 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 19 19 {{{ 20 20 # Run conversion script, input file is the first argument, output file is the second 21 demheaderconvert.sh asciifile.dem azgcorrfile.dem 21 demheaderconvert.sh asciifile.dem azgcorrfile.dem [-nodel] 22 22 }}} 23 23