generated from movestore/Template_R_Function_App
-
Notifications
You must be signed in to change notification settings - Fork 0
/
appspec.json
64 lines (63 loc) · 1.55 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
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"settings": [
{
"id": "polygon",
"name": "polygon files",
"description": "You can upload local files for running the resource selection function analysis. Make sure that they overlap with the tracking data set and are in WGS 84 projection! The App requires the following files, named exactly as given: 1. `polygon_boundary.cpg`, 2. `polygon_boundary.dbf`, 3. `polygon_boundary.prj`, 4. `polygon_boundary.shp`, 5. `polygon_boundary.shx`. Note that fallback protected area polygon file of Y2Y region is provided",
"type": "LOCAL_FILE"
}
],
"providedAppFiles": [
{
"settingId": "polygon",
"from": "provided-app-files/polygon/"
}
],
"dependencies": {
"R": [
{
"name": "sf"
},
{
"name": "ggplot2"
},
{
"name": "move"
},
{
"name": "tidyverse"
}
]
},
"createsArtifacts": true,
"license": {
"key": "MIT"
},
"language": "eng",
"keywords": [
"filtering",
"protected-area",
"movement modelling",
"animal movement"
],
"people": [
{
"firstName": "Nilanjan",
"middleInitials": null,
"lastName": "Chatterjee",
"email": "nchatter@umn.edu",
"roles": ["author", "creator"],
"orcid": "0000-0002-7932-0191",
"affiliation": "University of Minnesota",
"affiliationRor": ""
}
],
"funding": [
{
"name": "NASA MoveApps Project"
}
],
"documentation" : {
"url": "https://github.com/nilanjanchatterjee/Geofence/blob/master/README.md"
}
}