-
Notifications
You must be signed in to change notification settings - Fork 24
Expand file tree
/
Copy pathcode.json
More file actions
39 lines (39 loc) · 1.29 KB
/
code.json
File metadata and controls
39 lines (39 loc) · 1.29 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
[
{
"status": "Preliminary",
"languages": [
"Python",
"Fortran"
],
"repositoryURL": "https://code.usgs.gov/wma-enterprisecapacity/pywatershed",
"disclaimerURL": "https://code.usgs.gov/wma-enterprisecapacity/pywatershed/-/blob/main/DISCLAIMER.md",
"tags": [
"pywatershed",
"hydrologic model"
],
"vcs": "git",
"name": "pywatershed",
"downloadURL": "https://code.usgs.gov/wma-enterprisecapacity/pywatershed/-/archive/1.0.0/pywatershed-1.0.0.zip",
"contact": {
"name": "James L. McCreight",
"email": "jmccreight@usgs.gov"
},
"laborHours": -1,
"version": "1.0.0",
"date": {
"metadataLastUpdated": "2023-12-22"
},
"organization": "U.S. Geological Survey",
"permissions": {
"licenses": [
{
"URL": "https://code.usgs.gov/wma-enterprisecapacity/pywatershed/-/blob/main/LICENSE",
"name": "Public Domain, CC0-1.0"
}
],
"usageType": "openSource"
},
"homepageURL": "https://code.usgs.gov/wma-enterprisecapacity/pywatershed",
"description": "A hydrologic model in Python."
}
]