-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathconfig.json
23 lines (23 loc) · 1.22 KB
/
config.json
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" : "Gender Enabling Environments Spatial Tool (GEEST)",
"qgisMinimumVersion": 3.0,
"qgisMaximumVersion": 3.99,
"icon": "icon.png",
"experimental": true,
"deprecated": false,
"homepage": "https://github.com/worldbank/GEEST",
"tracker": "https://github.com/worldbank/GEEST/issues",
"repository": "https://github.com/worldbank/GEEST",
"tags": [],
"category": ["plugins"],
"hasProcessingProvider": "no",
"about": "GEEST was built for the practical implementation of the Geospatial Women’s Employment Analytical Framework (GeoWEAF), developed by the World Bank, which identifies the location-specific factors affecting women's access to jobs. This framework categorizes regions based on their level of support for enabling women’s access to employment. It identifies 15 critical, spatially varying factors that influence women’s job prospects, divided into three main dimensions: Contextual, Accessibility, and Place Characterization.",
"author": "Kartoza for and with The World Bank",
"email": "[email protected], [email protected]",
"description": "Gender Enabling Environments Spatial Tool",
"version": "0.5.5",
"changelog": "",
"server": false
}
}