Changes between Version 6 and Version 7 of FAQ/apldemformat


Ignore:
Timestamp:
Jun 22, 2017, 1:02:52 PM (7 years ago)
Author:
dac
Comment:

Added gdalwarp command

Legend:

Unmodified
Added
Removed
Modified
  • FAQ/apldemformat

    v6 v7  
    77
    88For preparing a DEM for use in APL the ARSF DEM scripts (available to download from https://github.com/pmlrsg/arsf_dem_scripts) can be used. For more details on usage see [https://github.com/pmlrsg/arsf_dem_scripts/blob/master/doc/source/tutorial_lidar.md the tutorial].
     9
     10You can convert an existing DEM (providing the heights are referenced to the  WGS84 spheroid) using GDAL, for example:
     11{{{
     12gdalwarp -t_srs EPSG:4326 -of ENVI in_dem_utm.tif out_dem.dem
     13}}}