ver-2
A QGIS plugin to dwonload DEMs from OpenTopography.org
This plug-in allows you to download DEMs from OpenTopgraphy.org by specifying area extent in QGIS. The downloaded DEM wil just cover the defined extent. 1 . a Layer in the content 2 . current canvas extent 3 . user specified extent drawn on the canvas
DEMs availables to donwload:
- SRTM 90m read details
- SRTM 30m read details
- ALOS World 3D 30m read details
- SRTM GL1 Ellipsoidal 30m read details
- Global Bathymetry SRTM15+ V2.1 read details
- Copernicus Global DSM 30m read details
- Copernicus Global DSM 90m read details
- NASADEM Global DEM read details
- EU DTM read details
- GEDI L3 1km read details
** You will need an API Key to download these DEMs as per requirement of the OpenTopography.org. Read detail insturction to get an API Key here.. https://opentopography.org/blog/introducing-api-keys-access-opentopography-global-datasets
There is a limit on extent in a request.
According the OpenTopgraphy.org the extent limits are as follow..
- 125,000,000 km2 for SRTM15+ V2.1,
- 4,050,000 km2 for SRTM GL3, COP90 and
- 450,000 km2 for all other data
In this version, the tool will respons with more information about the error.
Exceed coverage limit error
API Key error
Previously, when used in Graphical Modeler, the tool cannot accept layer as extent input. suricactus has contributed the working code for this issue.
You can test if your API key is ok or not with the below html request. Add your api key at the place of "YOUR_API_KEY" and copy the whole link, paste into the address box of a browser and strike Enter key. It should download a small DEM. (ref: https://opentopography.org/blog/introducing-api-keys-access-opentopography-global-datasets)
If you dont get a dem download via the above link then your API key is incorrect/wrong (trimmed or extra space).