# This file contains metadata for your plugin.

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

[general]
name=Google Earth Engine Data Catalog
qgisMinimumVersion=3.10
description=QGIS Plugin to explore Google Earth Engine Data Catalog
version=0.2.0
author=Sandro Klippel
email=sandroklippel@gmail.com

about=QGIS Plugin to explore Google Earth Engine Data Catalog by search on Image Collections and add imagery as layers to QGIS. In addtion, allows users to download those layers to Google Drive. QGIS Earth Engine plugin (https://plugins.qgis.org/plugins/ee_plugin/) or the EE Python API (earthengine-api>=0.1.215) must be installed and it is required a Google Earth Engine account. If you don’t have one, sign-up here: https://earthengine.google.com/signup/.

tracker=https://github.com/sandroklippel/qgis_gee_data_catalog/issues
repository=https://github.com/sandroklippel/qgis_gee_data_catalog
# End of mandatory metadata

# Recommended items:

hasProcessingProvider=no
# Uncomment the following line and add your changelog:
changelog=[0.1.0] - 2020-05-31
  - Search images collections by canvas extent, date and cloud cover.
  - Add image layers as WMS/TMS by GDAL XML in memory.
  - Add custom properties to layers to save with project file
  - Download to Google Drive in context menu (full image and clip to canvas extent).
  - Sentinel-2 collections (SR and TOA) and Landsat 8 and 5 Tier 1 and 2
  [0.2.0] - 2020-06-23
  - Band combination Shortwave infrared 3 (B12-B8A-B2) in Sentinel2 datasets.
  - Scene Classification Map band for Sentinel 2 SR dataset.
  - Global extent datasets: ALOS DEM, PALSAR FNF and Global Forest Canopy Height.
  - ASTER radiance and ALOS/AVNIR-2 datasets.
  - MapBiomas datasets (Annual Land Use Land Cover Maps of Brazil).
  - Loading qml for singleband/palleted pseudo color datasets.
  - TOA and raw datasets for Landsat 8 and 5.
  - HSV Pan-sharpened images for TOA Landsat 8 and 5 datasets. 
  - Landsat 7 and 4 datasets (SR, TOA and raw).
  - MSS for Landsat 4 and 5.
  - Contrast enhancement to full ee.image layer before loaded.
  - Set layer abstract with info about image date.

# Tags are comma separated with spaces allowed
tags=layers, landsat, sentinel, google, raster, remote sensing, tms, search, export

homepage=https://github.com/sandroklippel/qgis_gee_data_catalog/wiki
category=Plugins
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=ee_plugin

Category of the plugin: Raster, Vector, Database or Web
# category=

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

