This repository was archived by the owner on Oct 26, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathcode.json
More file actions
49 lines (49 loc) · 1.28 KB
/
code.json
File metadata and controls
49 lines (49 loc) · 1.28 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
{
"version": "2.0.0",
"measurementType": {},
"agency": "U.S. Department of Interior",
"releases": [
{
"name": "groundfailure",
"description": "Earthquake-induced ground failure",
"version": "0.1dev",
"status": "pre-release",
"organization": "U.S. Geological Survey",
"vcs": "git",
"repositoryURL":
"https://github.com/usgs/groundfailure",
"homepageURL":
"https://github.com/usgs/groundfailure",
"downloadURL":
"https://github.com/usgs/groundfailure/releases/tag/0.1dev",
"disclaimerURL":
"https://github.com/usgs/groundfailure/blob/master/DISCLAIMER.md",
"permissions": {
"licenses": [
{
"name": "Public Domain",
"URL": "https://github.com/usgs/groundfailure/blob/master/LICENSE.md"
}
],
"usageType": "openSource",
"exemptionText": null
},
"laborHours": 1,
"languages": [ "Python" ],
"tags": [
"ground failure",
"liquefaction",
"landslide",
"hazard",
"earthquake"
],
"contact": {
"name": "Kate Allstadt",
"email": "kallstadt@usgs.gov"
},
"date": {
"metadataLastUpdated": "2017-11-17"
}
}
]
}