# This file contains metadata for your plugin. Since 
# version 2.0 of QGIS this is the proper way to supply 
# information about a plugin. The old method of 
# embedding metadata in __init__.py will 
# is no longer supported since version 2.0.

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

[general]
name= PaPRIKa Toolbox
qgisMinimumVersion= 3.4
description= Vulnerability mapping of Karst aquifers
version=2.2

about=A simple and quick way for karst aquifer vulnerability mapping based on the PaPRIKa method

	* More information about the PaPRIKa method:
	http://infoterre.brgm.fr/rapports/RP-57527-FR.pdf
	and the associated QGIS plugin:
	https://doi.org/10.1111/gwat.12855

	* Examples of application:
	http://link.springer.com/article/10.1007/s10040-010-0688-8
	and
	https://doi.org/10.3390/environments6030039

	* To cite this plugin:
	Ollivier C., Lecomte Y., Chalikakis K., Mazzilli N., Danquigny C. and Emblanch C., 2019.
	A QGIS Plugin Based on the PaPRIKa Method for Karst Aquifer Vulnerability Mapping.
	Groundwater, Wiley, 2019, 57 (2),
	https://doi.org/10.1111/gwat.12855

tracker=https://github.com/Paprika-plugins/PaPRIKa/issues
repository=https://github.com/Paprika-plugins/PaPRIKa
# End of mandatory metadata

# Recommended items:

# Uncomment the following line and add your changelog:
changelog=
    2.2 : - Bug fixes with threading
    2.1 : - Bring compatibility for QGIS3 (old version still ok with QGIS2)
          - Extension layer is not needed anymore
          - Now use threading to run costly alg in background
          - Remember last used value (weight and working directory)
          - Update About
          - Refactor a lot
    1.1 : - Bug fixes and upgrade to fit with 2.18
	1.0 : - First version of plugin on repository.

# Tags are comma separated with spaces allowed
tags= PaPRIKa,vector,raster,vulnerability,karst

homepage=https://github.com/Paprika-plugins/PaPRIKa
category=Plugins
icon=icon.png
# experimental flag
experimental=False

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

#Author contact Infomation
author=Chloe Ollivier (UMR EMMAH) - Konstantinos Chalikakis (UMR EMMAH) - Yoann Lecomte (CARTYL)
email= paprika-plugin@univ-avignon.fr
