SliDEM-project / SliDEM-python

Python package for the SliDEM project
https://hub.docker.com/repository/docker/loreabad6/slidem
Apache License 2.0
17 stars 2 forks source link

Reference DEM for Back Geocoding #8

Open loreabad6 opened 2 years ago

loreabad6 commented 2 years ago

For Norway, the SRTM does not cover the northern areas, hence the use of the DEM should default to the Copernicus DEM "demName", "Copernicus 30m Global DEM". For Austria, the SRTM 1 sec should work properly, as SRTM 1Sec HGT.

To do:

loreabad6 commented 2 years ago

It is possible to use a external DEM file in theory. We should test it. We can pass the file to externalDEMFile and the demName parameter to External DEM.

Seems like using a too high resolution DEM will not be useful, so resampling would be needed. See here.