-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmetadata.txt
More file actions
66 lines (53 loc) · 2.83 KB
/
metadata.txt
File metadata and controls
66 lines (53 loc) · 2.83 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
# 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