forked from USGS-R/drb-do-ml
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcode.json
45 lines (45 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": "drb-do-ml",
"organization": "U.S. Geological Survey",
"description": "Code repo for machine learning models that predict dissolved oxygen in the Delaware River Basin",
"version": "main",
"status": "Development",
"permissions": {
"usageType": "openSource",
"licenses": [
{
"name": "Public Domain, CC0-1.0",
"URL": "https://github.com/USGS-R/drb-do-ml/raw/main/LICENSE.md"
}
]
},
"homepageURL": "https://github.com/USGS-R/drb-do-ml/",
"downloadURL": "https://github.com/USGS-R/drb-do-ml/archive/refs/heads/main.zip",
"disclaimerURL": "https://github.com/USGS-R/drb-do-ml/raw/main/DISCLAIMER.md",
"repositoryURL": "https://github.com/USGS-R/drb-do-ml.git",
"vcs": "git",
"laborHours": 500,
"tags": [
"R",
"USGS",
"dissolved oxygen",
"water",
"LSTM",
"river-dl",
"river",
"usg-artificial-intelligence"
],
"languages": [
"R",
"Python"
],
"contact": {
"name": "Lauren Koenig",
"email": "[email protected]"
},
"date": {
"metadataLastUpdated": "2023-04-11"
}
}
]