-
Notifications
You must be signed in to change notification settings - Fork 0
/
code.json
45 lines (38 loc) · 1.17 KB
/
code.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
[
{
"name": "conus404_ba",
"organization": "U.S. Geological Survey",
"description": "Utilities to create cloud-optimized datasets from bias-adjusted CONUS404 model output",
"version": "0.0.2",
"status": "Development",
"permissions": {
"usageType": "openSource",
"licenses": [
{
"name": "Public Domain, CC0-1.0",
"URL": "https://raw.githubusercontent.com/hytest-org/conus404_ba/refs/heads/main/LICENSE"
}
]
},
"homepageURL": "https://github.com/hytest-org/conus404_ba",
"downloadURL": "https://code.usgs.gov/TEAM_NAME/REPOSITORY_NAME/-/archive/RELEASE_VERSION/REPOSITORY_NAME-RELEASE_VERSION.zip",
"disclaimerURL": "https://code.usgs.gov/TEAM_NAME/REPOSITORY_NAME/-/raw/RELEASE_VERSION/DISCLAIMER.md",
"repositoryURL": "https://github.com/hytest-org/conus404_ba.git",
"vcs": "git",
"laborHours": 0,
"tags": [
"CONUS404",
"climate"
],
"languages": [
"Python"
],
"contact": {
"name": "REPOSITORY_ADMINISTRATOR_NAME",
"email": "REPOSITORY_ADMINISTRATOR_EMAIL"
},
"date": {
"metadataLastUpdated": "2024-10-11"
}
}
]