forked from nationalparkservice/NPSdataverse
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcode.json
More file actions
55 lines (55 loc) · 1.37 KB
/
code.json
File metadata and controls
55 lines (55 loc) · 1.37 KB
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
[
{
"name": "NPSdataverse",
"organization": "NATIONAL PARK SERVICE",
"description": "Loads a suite of R packages for creating and manipulating data packages including interacting with DataStore.",
"version": "1.1.0",
"status": "ongoing development",
"permissions": {
"usageType": "openSource",
"licenses": [
{
"name": "Public Domain, CC0-1.0",
"URL": "https://github.com/DOI-NPS/NPSdataverse"
}
]
},
"homepageURL": "https://github.com/DOI-NPS/NPSdataverse",
"downloadURL": "https://github.com/DOI-NPS/NPSdataverse",
"disclaimerURL": "hhtps://github.com/DOI-NPS/NPSdataverse/blob/main/LICENSE",
"repositoryURL": "https://github.com/DOI-NPS/NPSdataverse",
"vcs": "git",
"laborHours": 1,
"tags": [
"NRSS",
"IMD",
"metadata",
"r",
"accessible",
"open-data",
"datastore",
"data-package",
"r-package",
"ecological-metadata-language",
"eml",
"data-packages",
"national-parks",
"findable",
"interoperable",
"eml-metadata",
"machine-readable"
"national-park-service",
"reuseable"
],
"languages": [
"R"
],
"contact": {
"name": "Robert Baker",
"email": "robert_baker@nps.gov"
},
"date": {
"metadataLastUpdated": "2026-04-22"
}
}
]