-
Notifications
You must be signed in to change notification settings - Fork 12
/
code.json
39 lines (39 loc) · 1.04 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
[
{
"name": "flow-tiles",
"organization": "U.S. Geological Survey",
"description": "A tile map showing a month of streamflow conditions across the U.S.",
"version": "main",
"status": "Production",
"permissions": {
"usageType": "openSource",
"licenses": [
{
"name": "Public Domain, CC0-1.0",
"URL": "https://github.com/USGS-VIZLAB/flow-tiles/blob/main/LICENSE.md"
}
]
},
"homepageURL": "https://github.com/USGS-VIZLAB/flow-tiles/",
"downloadURL": "https://github.com/USGS-VIZLAB/flow-tiles/archive/refs/heads/main.zip",
"disclaimerURL": "https://github.com/USGS-VIZLAB/flow-tiles/blob/main/DISCLAIMER.md",
"repositoryURL": "https://github.com/USGS-VIZLAB/flow-tiles.git",
"vcs": "git",
"laborHours": 60,
"tags": [
"R",
"USGS",
"Vizlab"
],
"languages": [
"R"
],
"contact": {
"name": "Elmera Azadpour",
"email": "[email protected]"
},
"date": {
"metadataLastUpdated": "2023-05-04"
}
}
]