# This file contains metadata for your plugin. Beginning
# with version 1.8 this is the preferred way to supply information about a
# plugin. The current method of embedding metadata in __init__.py will
# be supported until version 2.0

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

[general]
name=Processing BEAM and SNAP algorithm Provider
description= QGIS Processing provider for GPF-based algorithms (BEAM and SNAP). 

about= 
	QGIS Processing provider for GPF (Graph Processing Framework)-based algorithms. Currently supports selected algorithms from BEAM 5.0 (http://www.brockmann-consult.de/cms/web/beam/) and SNAP 2.0  (http://step.esa.int).
	
	The plugin requires BEAM and/or SNAP to be installed for it to be able to access their GPF algorithms. See README in code repository for further instructions.
	
	This plugin is part of the Water Observation Information System (WOIS) developed under the TIGER-NET project funded by the European Space Agency as part of the long-term TIGER initiative aiming at promoting the use of Earth Observation (EO) for improved Integrated Water Resources Management (IWRM) in Africa. Copyright (C) 2014 TIGER-NET (www.tiger-net.org)

version=1.3.1
qgisMinimumVersion=2.14

# Optional items:


Changelog=1.3.1
    - Fix compatibility with QGIS 2.16
    - Enable using S1 and S2 datasets loaded in QGIS with GDAL 2.1 as algorithm inputs
    - Update some algorithm descriptions to work with SNAP 3.0
    - Bug fixes
    1.3.0
	- Swap Sentinel-1 Toolbox support for SNAP support.
	- Add functionality to create and run SNAP-only GPF graphs.
	- Update code for compatibility with QGIS 2.14.0 Processing.
	1.2.2
	- Save Sentinel-1 Toolbox TIFF output in BigTIFF format.
	- Make band selection parameters optional in S1 pre-processing algorithms. Makes it easier to use in Processing models.
	- Enable the use of .zip and .safe files as algorithm inputs in newer versions of Processing.
	- Update subset operator to be compatible with S1TBX 1.1.1
	1.2.1
	- Set minimum QGIS version to 2.8 
	1.2.0
	- Swap NEST support for Sentinel-1 Toolbox support.


# tags are comma separated with spaces allowed

tags=processing, SAR, Envisat, Sentinel, BEAM, NEST, Sentinel Application Platform, SNAP

homepage=http://www.tiger-net.org
tracker=https://github.com/DHI-GRAS/processing_gpf/issues
repository=https://github.com/DHI-GRAS/processing_gpf

#icon=
experimental=False

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

deprecated=False

# Author contact information
author=Radoslaw Guzinski
email=radoslaw.guzinski@esa.int




