Changes between Version 78 and Version 79 of Procedures/EagleHawkProcessing


Ignore:
Timestamp:
Jan 12, 2015, 5:05:38 PM (9 years ago)
Author:
dac
Comment:

Updated DEM generation for new DEM scripts

Legend:

Unmodified
Added
Removed
Modified
  • Procedures/EagleHawkProcessing

    v78 v79  
    1111=== DEM ===
    1212
    13 To return sensible results for all but very flat areas, you will need a dem. You can create a DEM by running asterdem.sh or nextmapdem.sh and output this in the hyperspectral DEM directory; otherwise use the liDAR aster DEM from the liDAR processing.
     13To return sensible results for all but very flat areas, you will need a dem. You can create a DEM by running one of the following from within the project directory.
     14{{{
     15create_apl_dem.py --aster
     16
     17create_apl_dem.py --srtm
     18
     19create_apl_dem.py --nextmap
     20}}}
     21
     22If an output file is not specified it will put in /processing/hyperspectral/dem. If the script is not run from within the project directory the path to the project needs to be specified so the navigation data can be found.
    1423
    1524Note: If you create a nextmap DEM then this can not be included with the delivery as there are restrictions on it's distribution. Generate a separate ASTER DEM to be included with the delivery.