forked from usgs/earthquake-global_vs30
-
Notifications
You must be signed in to change notification settings - Fork 0
/
code.json
48 lines (41 loc) · 1.09 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": "earthquake-global-vs30",
"organization": "U.S. Geological Survey",
"description": "A slope-based, hybrid global map of Vs30",
"version": "0.1",
"status": "pre-release",
"permissions": {
"usageType": "openSource",
"licenses": [
{
"name": "Public Domain, CC0-1.0",
"URL": "https://github.com/usgs/shakemap/blob/master/LICENSE.md"
}
]
},
"homepageURL": "https://usgs.github.io/earthquake-global_vs30/",
"downloadURL": "https://github.com/usgs/earthquake-global_vs30/archive/master.zip",
"disclaimerURL": "https://github.com/usgs/earthquake-global_vs30/blob/master/DISCLAIMER.md",
"repositoryUrl": "https://github.com/usgs/earthquake-global_vs30.git",
"vcs": "git",
"laborHours": null,
"tags": [
"earthquake",
"shakemap",
"vs30",
"site response"
],
"languages": [
"python",
"C",
],
"contact": {
"name": "C. Bruce Worden",
"email": "[email protected] "
},
"date": {
"metadataLastUpdated": "2017-08-23"
}
}
]