-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathconfig.json
More file actions
23 lines (23 loc) · 1018 Bytes
/
config.json
File metadata and controls
23 lines (23 loc) · 1018 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"general": {
"name" : "CPLUS",
"qgisMinimumVersion": 3.22,
"qgisMaximumVersion": 4.99,
"icon": "icon.svg",
"supportsQt6": true,
"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": "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 with Conservation International",
"email": "info@kartoza.com",
"description": "Climate Positive Land Use Strategy (CPLUS)",
"version": "1.1.26",
"changelog": ""
}
}