-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcode.json
More file actions
47 lines (46 loc) · 1.21 KB
/
code.json
File metadata and controls
47 lines (46 loc) · 1.21 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
[
{
"name": "DSbulkUploadR",
"organization": "NATIONAL PARK SERVICE",
"description": "Efficiently creates, populates, and uploads files to multiple DataStore references by generating an .xlsx file with predefined fields to be populated by the user.",
"version": "1.1.0",
"status": "ongoing development",
"permissions": {
"usageType": "openSource",
"licenses": [
{
"name": "Public Domain, CC0-1.0",
"URL": "https://github.com/DOI-NPS/DSbulkUploadR"
}
]
},
"homepageURL": "https://github.com/DOI-NPS/DSbulkUploadR",
"downloadURL": "https://github.com/DOI-NPS/DSbulkUploadR",
"disclaimerURL": "hhtps://github.com/DOI-NPS/DSbulkUploadR/blob/main/LICENSE",
"repositoryURL": "https://github.com/DOI-NPS/DSbulkUploadR",
"vcs": "git",
"laborHours": 1,
"tags": [
"NRSS",
"IMD",
"CSO",
"DataStore",
"API",
"R",
"Monitoring",
"Data Science",
"Publication",
"Open Science"
],
"languages": [
"R"
],
"contact": {
"name": "Robert Baker",
"email": "robert_baker@nps.gov"
},
"date": {
"metadataLastUpdated": "2026-04-02"
}
}
]