Changes between Version 97 and Version 98 of Procedures/EagleHawkProcessing
- Timestamp:
- Nov 17, 2015, 10:39:45 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Procedures/EagleHawkProcessing
v97 v98 11 11 === DEM === 12 12 13 To return sensible results for all but very flat areas, you will need a dem. You can create a DEM by running one ofthe following from within the project directory.13 To return sensible results for all but very flat areas, you will need a dem. You can create a DEM from ASTER data by running the following from within the project directory. 14 14 {{{ 15 15 create_apl_dem.py --aster 16 }}} 16 17 17 create_apl_dem.py --srtm 18 19 create_apl_dem.py --nextmap 20 }}} 18 It is also possible to create from NextMap (UK only, non-free) and SRTM (+/- 60 degrees north) using the ``--nextmap`` and ``--srtm`` flags. 21 19 22 20 If 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.