-
Notifications
You must be signed in to change notification settings - Fork 5
Elevation Data (DEM)
Pablo Hoch edited this page Aug 3, 2022
·
1 revision
For more information see: https://wiki.openstreetmap.org/wiki/SRTM
- Go to https://earthexplorer.usgs.gov/ and register/sign in
- Select the area to download (click on the map to draw a polygon)
- Click "Data Sets"
- Check "Digital Elevation" -> "SRTM" -> "SRTM 1 Arc-Second Global"
- Click "Results"
- Click "Show Result Controls", then check "Add All Results From Current Page to Bulk Download"
- Click "View Item Basket"
- Click "Proceed To Checkout"
- Click "Submit Order"
- Follow the instructions to download the files using the Bulk Downloader Application (requires Java <9)
- Unzip all downloaded files into a single folder (e.g.
find . -name '*.zip' -exec unzip {} \;) - Use this folder for preproccesing:
ppr-preprocess [...] --dem <folder>
PPR supports the EHdr file format:
- https://gdal.org/drivers/raster/ehdr.html
- http://desktop.arcgis.com/en/arcmap/10.3/manage-data/raster-and-images/bil-bip-and-bsq-raster-files.htm
- http://downloads.esri.com/support/whitepapers/other_/eximgav.pdf
gdal_translate can be used to convert other file formats into EHdr.