forked from MODFLOW-USGS/modelviewer-mf6
-
Notifications
You must be signed in to change notification settings - Fork 0
/
code.json
48 lines (41 loc) · 1.23 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": "modelviewer-mf6",
"organization": "U.S. Geological Survey",
"description": "Model Viewer for Modflow 6: A Program For Three-Dimensional Visualization of Ground-water Model Results",
"version": "1.1.0-prerelease.runnumber",
"status": "Development",
"permissions": {
"usageType": "openSource",
"licenses": [
{
"name": "Public Domain, CC0-1.0",
"URL": "https://github.com/MODFLOW-USGS/modelviewer-mf6/blob/main/LICENSE.md"
}
]
},
"homepageURL": "https://www.usgs.gov/software/model-viewer-program-three-dimensional-visualization-ground-water-model-results",
"downloadURL": "https://github.com/MODFLOW-USGS/modelviewer-mf6/releases/latest",
"disclaimerURL": "https://github.com/MODFLOW-USGS/modelviewer-mf6/blob/main/DISCLAIMER.md",
"repositoryURL": "https://github.com/MODFLOW-USGS/modelviewer-mf6.git",
"vcs": "git",
"laborHours": -1,
"tags": [
"MODFLOW",
"groundwater",
"Qt",
"VTK"
],
"languages": [
"C++",
"C"
],
"contact": {
"name": "Charlton, Scott R.",
"email": "[email protected]"
},
"date": {
"metadataLastUpdated": "2022-12-17"
}
}
]