-
Notifications
You must be signed in to change notification settings - Fork 2
/
code.json
48 lines (41 loc) · 1.24 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": "NavigationServices",
"organization": "U.S. Geological Survey",
"description": "StreamStats custome REST Navigation services that leverage USGS NLDI services and flow direction rasters to navigate NHD network",
"version": "v0.0.0",
"statusOptionsURL":"https://github.com/GSA/code-gov-web/blob/master/src/assets/schemas/2.0.0.json#L144-L152",
"status": "preliminary",
"permissions": {
"usageType": "openSource",
"licenses": [
{
"name": "Public Domain, CC0-1.0",
"URL": "https://github.com/usgs/best-practices/blob/master/LICENSE.md"
}
]
},
"homepageURL": "https://wim.usgs.gov",
"downloadURL": "https://github.com/USGS-WiM/NavigationServices/archive/master.zip",
"disclaimerURL": "https://github.com/USGS-WiM/NavigationServices/blob/master/DISCLAIMER.md",
"repositoryUrl": "https://github.com/USGS-WiM/NavigationServices",
"vcs": "git",
"laborHours": null,
"tags": [
"Streamstats",
"Services",
"REST",
"Navigation"
],
"languages": [
"c#"
],
"contact": {
"name": "Jeremy Newson",
"email": "[email protected]"
},
"date": {
"metadataLastUpdated": "2017-10-25"
}
}
]