forked from DOI-USGS/sfrmaker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
code.json
48 lines (41 loc) · 1.07 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
46
47
48
[
{
"name": "SFRmaker",
"organization": "U.S. Geological Survey",
"description": "Rapid construction of MODFLOW SFR Package input from hydrography data.",
"version": "0.7.1",
"status": "Production",
"permissions": {
"usageType": "openSource",
"licenses": [
{
"name": "Public Domain, CC0-1.0",
"URL": "https://code.usgs.gov/water/sfrmaker/raw/master/LICENSE.md"
}
]
},
"homepageURL": "https://code.usgs.gov/water/sfrmaker",
"downloadURL": "https://code.usgs.gov/water/sfrmaker/-/archive/v0.7.1/sfrmaker-v0.7.1.zip",
"disclaimerURL": "https://code.usgs.gov/water/sfrmaker/raw/master/DISCLAIMER.md",
"repositoryURL": "https://code.usgs.gov/water/sfrmaker.git",
"vcs": "git",
"laborHours": 0,
"tags": [
"python",
"MODFLOW",
"SFR",
"USGS",
"water"
],
"languages": [
"python"
],
"contact": {
"name": "Andrew Leaf",
"email": "[email protected]"
},
"date": {
"metadataLastUpdated": "2021-01-21"
}
}
]