# 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=BioDispersal
qgisMinimumVersion=3.4
description=Computes dispersal areas based on landscape permeability
version=1.3.1
author=Mathieu Chailloux
email=mathieu@chailloux.org

about=NEW: Video tutorials available !</br></br>BioDispersal is a QGIS 3 plugin computing potential dispersal areas based on landscape permeability in order to model ecological continuities. It defines a procedure easing data preparation and performing effective dispersal computation. For each subnetwork (for instance grasslands, wetlands, a specific species) :
 - input data is selected, classified and rasterized according to specified extent and resolution
 - rasterized layers are merged
 - friction coefficients are assigned to merged layer classes
 - disperal areas are computed from habitat layer according to friction layer and maximal dispersal capacity
 BioDispersal has been developped by Mathieu Chailloux and Jennifer Amsallem from IRSTEA / UMR TETIS. It has been funded by the French ecological network resource center and French ministry of ecology.

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

# Recommended items:

# Uncomment the following line and add your changelog:
changelog=BioDispersal changelog:
    1.0 : First stable release
    1.0.1 : Issue #3 fix
    1.1 : - GDAL called through processing API
          - BioDispersal treatments provided as processing algorithms
          - Video tutorials
          - Compatible with mac OS
          - Render styles automatically generated for friction and dispersion layers
    1.1.1 : - ExportToGraphab algorithm
            - Bug fixes on "Launch only selected line" operations
    1.1.2 : - Fix issue #12 + new video link
    1.1.3 : - Fix issues #13 and # 14 + circuitscape export algorithms
    1.1.4 : - Fix issues #15 and #16, qgis_lib_mc #1 (import gdal) and #2
    1.2.0 : - Connectivity indices
            - Fix #issue 19
    1.2.1 : - Fix #issue 20 (weighting button)
    1.2.2 : - Add patch qualification algorithms
    1.3	  : - Fix merge issue #29
    1.3.1 : - Fix issue ##43


# Tags are comma separated with spaces allowed
tags=python, ecology, dispersal, ecological continuities, permeability, animal, landscape

homepage=https://github.com/MathieuChailloux/BioDispersal/blob/master/README.md
category=Plugins
icon=icons/cerf.png
# experimental flag

experimental=False

hasProcessingProvider=yes

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

