# 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=FragScape
qgisMinimumVersion=3.4
description=Plugin to compute landscape fragmentation metrics from vector data
version=1.0
author=Mathieu Chailloux
email=mathieu@chailloux.org

about=FragScape is a QGIS 3 plugin to compute landscape fragmentation metrics defined in paper "Landscape division, splitting index, and effective mesh size: new measures of landscape fragmentation" (Jaeger 2000). Among these metrics, effective mesh size has been widely used to quantify landscape fragmentation. FragScape defines a 4 steps process from raw data to computed metrics and allow user to save configuration so that results can be reproduced with same context. It has been developped by Mathieu Chailloux at IRSTEA, for the French ecological network resource center (driven by French ministry of ecology).

tracker=https://github.com/MathieuChailloux/FragScape/issues
repository=https://github.com/MathieuChailloux/FragScape
# End of mandatory metadata

# Recommended items:

# Uncomment the following line and add your changelog:
changelog=FragScape changelog:
    1.0 - First stable release

# Tags are comma separated with spaces allowed
tags=python,fragmentation,landscape,ecology,effective mesh size,division,metrics,vector

homepage=https://github.com/MathieuChailloux/FragScape/blob/master/README.md
category=Plugins
icon=icons/vector_grid.svg
# experimental flag
experimental=False

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

