-
Notifications
You must be signed in to change notification settings - Fork 31
/
code.json
47 lines (47 loc) · 1.3 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
{
"version": "2.0.0",
"measurementType": {},
"agency": "U.S. Department of Interior",
"releases": [
{
"name": "nshmp-haz",
"description": "National Seismic Hazard Mapping Project (NSHMP) Code",
"version": "1.0.0",
"status": "Production",
"organization": "U.S. Geological Survey",
"vcs": "git",
"repositoryURL": "https://github.com/usgs/nshmp-haz",
"homepageURL": "https://github.com/usgs/nshmp-haz/wiki",
"downloadURL": "https://github.com/usgs/nshmp-haz/releases/tag/v1.0.0",
"disclaimerURL": "https://github.com/usgs/nshmp-haz/blob/main/DISCLAIMER.md",
"permissions": {
"licenses": [
{
"name": "Public Domain",
"URL": "https://github.com/usgs/nshmp-haz/blob/main/LICENSE.md"
}
],
"usageType": "openSource",
"exemptionText": null
},
"laborHours": 1200,
"languages": [ "Java" ],
"tags": [
"psha",
"seismic-hazard",
"seismic-source",
"earthquake-hazard",
"earthquake-source",
"hazard-curve",
"deaggregation"
],
"contact": {
"name": "Peter Powers",
"email": "pmpowers@usgs.gov"
},
"date": {
"metadataLastUpdated": "2017-09-18"
}
}
]
}