Changes between Version 6 and Version 7 of FAQ/apldemformat
- Timestamp:
- Jun 22, 2017, 1:02:52 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FAQ/apldemformat
v6 v7 7 7 8 8 For 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 10 You can convert an existing DEM (providing the heights are referenced to the WGS84 spheroid) using GDAL, for example: 11 {{{ 12 gdalwarp -t_srs EPSG:4326 -of ENVI in_dem_utm.tif out_dem.dem 13 }}}