-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathappspec.json
51 lines (51 loc) · 1.12 KB
/
appspec.json
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
{
"settings": [
{
"id": "stats",
"name": "Generate Landcover usage statistics",
"description": "Select if you want the App to create a csv file with useage statistics of each Corine landcover class for your individuals and overall. Default FALSE.",
"defaultValue": false,
"type": "CHECKBOX"
}
],
"dependencies": {
"R": [
{
"name": "move"
},
{
"name": "raster"
},
{
"name": "foreign"
}
]
},
"createsArtifacts": true,
"license": {
"key": "MIT"
},
"language": "eng",
"keywords": [
"CORINE",
"landcover",
"habitat",
"habitat use",
"Europe"
],
"people": [
{
"firstName": "Andrea",
"middleInitials": null,
"lastName": "Kölzsch",
"email": "[email protected]",
"roles": ["compiler","author","creator"],
"orcid": "0000-0003-0193-1563",
"affiliation": "Max-Planck-Institute of Animal Behavior",
"affiliationRor": "https://ror.org/026stee22"
}
],
"documentation" : {
"url": "https://github.com/movestore/Add_Corine_Landcover2018/blob/main/README.md"
}
}