bopen / qgis-elevation-plugin

QGIS plugin to download global terrain digital elevation models, SRTM 30m DEM and SRTM 90m DEM.
GNU General Public License v2.0
5 stars 2 forks source link

Alpha version of the plugin. #1

Closed GiordanoPezzola closed 8 years ago

GiordanoPezzola commented 8 years ago

This initial version gives the possibility to download the SRTM 30m DEM of a specified area.

The plugin can be started either clicking the plugin icon from the QGIS toolbar or from the Raster menu --> "QGIS Elevation Plugin" --> "Download Dem for the viewport area".

Note that before launching the plugin it is needed to have an active layer that will be used as a reference for determining the viewport area.

working functionalities:

what's not working:

alexamici commented 8 years ago

Looks good, the only minor comment is that probably having the toolbar icon is overkill for a plugin that is not used often. Can you remove it from the PR? If it is long I can accept the PR as is and remove the toolbar later.

GiordanoPezzola commented 8 years ago

You're right. Following your advice I've just removed the plugin's icon from the toolbar, you can check it out from my last commit.