Skip to content

Commit 25eecf1

Browse files
committed
Documentation: add code.json metadata file needed for DGEC compliance
1 parent 16776bd commit 25eecf1

1 file changed

Lines changed: 47 additions & 0 deletions

File tree

code.json

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
[
2+
{
3+
"name": "NPSutils",
4+
"organization": "NATIONAL PARK SERVICE",
5+
"description": "NPSutils is a collection of functions for interacting with NPS DataStore repository.",
6+
"version": "1.2.0",
7+
"status": "ongoing development",
8+
"permissions": {
9+
"usageType": "openSource",
10+
"licenses": [
11+
{
12+
"name": "Public Domain, CC0-1.0",
13+
"URL": "https://github.com/DOI-NPS/NPSutils"
14+
}
15+
]
16+
},
17+
"homepageURL": "https://github.com/DOI-NPS/NPSutils",
18+
"downloadURL": "https://github.com/DOI-NPS/NPSutils",
19+
"disclaimerURL": "hhtps://github.com/DOI-NPS/NPSutils/blob/main/LICENSE",
20+
"repositoryURL": "https://github.com/DOI-NPS/NPSutils",
21+
"vcs": "git",
22+
"laborHours": 1,
23+
"tags": [
24+
"NRSS",
25+
"IMD",
26+
"metadata",
27+
"downloader",
28+
"r",
29+
"nps",
30+
"r-package",
31+
"ecological-metadata-language",
32+
"data-packages",
33+
"national-park-service",
34+
"nps-datastore"
35+
],
36+
"languages": [
37+
"R"
38+
],
39+
"contact": {
40+
"name": "Robert Baker",
41+
"email": "robert_baker@nps.gov"
42+
},
43+
"date": {
44+
"metadataLastUpdated": "2026-04-22"
45+
}
46+
}
47+
]

0 commit comments

Comments
 (0)