-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathconfig.json
22 lines (22 loc) · 990 Bytes
/
config.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"general": {
"name" : "CPLUS plugin",
"qgisMinimumVersion": 3.22,
"qgisMaximumVersion": 3.99,
"icon": "icon.svg",
"experimental": false,
"deprecated": false,
"homepage": "https://github.com/ConservationInternational/cplus-plugin",
"tracker": "https://github.com/ConservationInternational/cplus-plugin/issues",
"repository": "https://github.com/ConservationInternational/cplus-plugin",
"tags": ["cplus", "maps", "raster", "analytics"],
"category": "Plugins",
"hasProcessingProvider": "no",
"about": "Adds functionality to use the CPLUS decision support tool in making informed decisions, from spatial information such as land cover, carbon stocks, and potential for carbon sequestration, CPLUS enables the identification of key areas for intervention and investment.",
"author": "Kartoza",
"email": "[email protected]",
"description": "QGIS plugin for the CPLUS framework",
"version": "0.0.1",
"changelog": ""
}
}