# 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
qgisMaximumVersion=4.99
description=This plugin downloads DEM from OpenTopography.org
version=4.2
author=Kyaw Naing Win
email=kyawnaingwinknw@gmail.com

about=This plugin will download DEMs from OpenTopography.org for user defined extent only
 
  DEMs:
  1. SRTM 90m
  2. SRTM 30m
  3. ALOS World 3D 30m
  4. ALOS World 3D Ellipsoidal 30m
  5. SRTM GL1 Ellipsoidal 30m
  6. Global Bathymetry SRTM15+ V2.1
  7. Copernicus Global DSM 30m
  8. Copernicus Global DSM 90m
  9. NASADEM Global DEM
  10. Europe DTM 30m
  11. GEDI L3 Grid 1km
  12. GEBCOIceTopo Bathymetry 500m
  13. GEBCOSubIceTopo Bathymetry 500m
  14. Agência Nacional de Águas DEM (ANADEM) 30m
  15. Global Ensemble Digital Terrain Model 30m
  
 ** Get an access 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 =
  Date: 2026-07-16
  change log ver4.2:
   - Icon with transparent background
   - Agência Nacional de Águas DEM (ANADEM, 30m) for South America and Global Ensemble Digital Terrain Model (30m) are added into the DEM list

  Date: 2026-05-26
  change log ver4.1:
   - Fixed security warnings regarding API key keywords
   - Fixed compatiblity issues <= 3.26 versions

  Date: 2026-03-12
  change log ver4: 
   - Compatible with both QGIS 3.x and GIS 4.x versions

  change log ver3: 
   - GEBCOIceTopo Bathymetry 500m and GEBCOSubIceTopo Bathymetry 500m datasets are added into the DEM list
        
  change log ver2:
   - 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
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=Raster

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

