# 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=Search, view and download satellite imagery and geospatial datasets from Google Earth Engine.
version=0.4.1
author=Sandro Klippel
email=sandroklippel@gmail.com

about=Search, view and download satellite imagery and geospatial datasets from Google Earth Engine.
  EE Python API (earthengine-api>=v0.1.232) must be installed and it is required a Google Earth Engine account.
  See the plug-in home page for detailed installation instructions.
#  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.4.1] - 2020-10-13
  - No longer restart the output directory, closing issue #3.
  - Single band dataset min/max conf.
  - Signal disconnect on plugin unload.
  [0.4.0] - 2020-10-01
  - Save the xml files in an output directory or in the temporary folder.
  - Fixed the rewriting of xml files in project load.
  - Option in context menu to renew XML file.
  - Updated to Mapbiomas collection 5.0
  [0.3.0] - 2020-08-10
  - Changed icon.
  - Save xml and update layers on project read.
  - Initialized ee library only once and after plugin loading.
  [0.2.1] - 2020-06-29
  - UI bug fixed, closing issue #1.
  - Removed some plugin-builder stuff. 
  - Using compiled Python code rather than load the user interface description file. 
  [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.
  [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

# 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=

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

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

