# This file contains metadata for your plugin.

# This file should be included when you package your plugin.# Mandatory items:

[general]
name=OpenTopography DEM Downloader
qgisMinimumVersion=3.16
description=This plugin downloads DEM from OpenTopography.org
version=2.0
author=Kyaw Naing Win
email=kyawnaingwinknw@gmail.com

about=This plugin will download DEMs from OpenTopography.org for user selected extent only
 
  DEMs:
  1. SRTM 90m
  2. SRTM 30m
  3. ALOS World 3D 30m
  4. SRTM GL1 Ellipsoidal 30m
  5. Global Bathymetry SRTM15+ V2.1
  6. Copernicus Global DSM 30m
  7. Copernicus Global DSM 90m
  8. NASADEM Global DEM
  9. Europe DTM 30m
  10. GEDI L3 Grid 1km
  
 ** Get an API Key from OpenTopography.org to download the DEMs 

tracker=https://github.com/knwin/OpenTopography-DEM-Downloader-qgis-plugin/issues
repository=https://github.com/knwin/OpenTopography-DEM-Downloader-qgis-plugin
# End of mandatory metadata

# Recommended items:

hasProcessingProvider=yes
# Uncomment the following line and add your changelog:
# changelog =
changelog=2.0
    - EU DTM and GEDI L3 Grid are added into the DEM list
    - Errors returned from the OpenTopography site are displayed
    - Accept layer model input as extent input in Graphical Modeler (credit: Suricactus https://github.com/suricactus)

# Tags are comma separated with spaces allowed
tags=dem, opentopography

homepage=https://github.com/knwin/OpenTopography-DEM-Downloader-qgis-plugin/blob/main/README.md
category=Raster
icon=icon.png
# experimental flag
experimental=False

# deprecated flag (applies to the whole plugin, not just a single version)
deprecated=False

# Since QGIS 3.8, a comma separated list of plugins to be installed
# (or upgraded) can be specified.
# Check the documentation for more information.
# plugin_dependencies=

Category of the plugin: Raster
#category=

# If the plugin can run on QGIS Server.
server=False

