This repository was archived by the owner on Mar 16, 2023. It is now read-only.
generated from USGS-WiM/wimpo
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcode.json
More file actions
49 lines (42 loc) · 1.23 KB
/
code.json
File metadata and controls
49 lines (42 loc) · 1.23 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
40
41
42
43
44
45
46
47
48
49
[
{
"name": "StreamStats National",
"organization": "U.S. Geological Survey",
"description": "Web-based Geographic Information Systems application that provides users with access to hydrologic data and analytical tools",
"version": "1.4.0-beta",
"status": "Beta",
"permissions": {
"usageType": "openSource",
"licenses": [
{
"name": "Public Domain, CC0-1.0",
"URL": "https://github.com/usgs/best-practices/blob/master/LICENSE.md"
}
]
},
"homepageURL": "https://streamstats.usgs.gov/national-beta/",
"downloadURL": "https://github.com/USGS-WiM/StreamStats-National/archive/master.zip",
"disclaimerURL": "https://github.com/USGS-WiM/StreamStats-National/blob/master/DISCLAIMER%20(preliminary).md",
"repositoryUrl": "https://github.com/USGS-WiM/StreamStats-National",
"vcs": "git",
"laborHours": null,
"tags": [
"client",
"interactive map",
"StreamStats",
"webapp"
],
"languages": [
"typescript",
"javascript",
"angular"
],
"contact": {
"name": "Andrea S. Medenblik",
"email": "amedenblik@usgs.gov"
},
"date": {
"metadataLastUpdated": "2023-03-15"
}
}
]