This repository has been archived by the owner on Jul 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 47
/
Copy pathcode.json
85 lines (84 loc) · 2.7 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
[
{
"name": "shakemap",
"description": "Near-real-time maps of ground motion and shaking intensity",
"version": "v4.1.4",
"status": "Development",
"organization": "U.S. Geological Survey",
"vcs": "git",
"repositoryURL": "https://code.usgs.gov/ghsc/esi/shakemap.git",
"homepageURL": "https://code.usgs.gov/ghsc/esi/shakemap",
"downloadURL": "https://code.usgs.gov/ghsc/esi/shakemap/-/archive/v4.1.4/shakemap-v4.1.4.zip",
"disclaimerURL": "https://code.usgs.gov/ghsc/esi/shakemap/-/raw/v4.1.4/DISCLAIMER.md",
"permissions": {
"licenses": [
{
"name": "Public Domain, CC0-1.0",
"URL": "https://code.usgs.gov/ghsc/esi/shakemap/-/raw/v4.1.4/LICENSE.md"
}
],
"usageType": "openSource",
"exemptionText": null
},
"laborHours": 1,
"languages": [
"python",
"c"
],
"tags": [
"earthquake",
"shakemap",
"impact",
"strong motion",
"ground motion"
],
"contact": {
"name": "C. Bruce Worden",
"email": "[email protected]"
},
"date": {
"metadataLastUpdated": "2022-11-17"
}
},
{
"name": "shakemap",
"description": "Near-real-time maps of ground motion and shaking intensity",
"version": "4.0.3",
"status": "Production",
"organization": "U.S. Geological Survey",
"vcs": "git",
"repositoryURL": "https://code.usgs.gov/ghsc/esi/shakemap.git",
"homepageURL": "https://code.usgs.gov/ghsc/esi/shakemap",
"downloadURL": "https://code.usgs.gov/ghsc/esi/shakemap/-/archive/4.0.3/shakemap-4.0.3.zip",
"disclaimerURL": "https://code.usgs.gov/ghsc/esi/shakemap/-/raw/4.0.3/DISCLAIMER.md",
"permissions": {
"licenses": [
{
"name": "Public Domain, CC0-1.0",
"URL": "https://code.usgs.gov/ghsc/esi/shakemap/-/raw/4.0.3/LICENSE.md"
}
],
"usageType": "openSource",
"exemptionText": null
},
"laborHours": 1,
"languages": [
"python",
"c"
],
"tags": [
"earthquake",
"shakemap",
"impact",
"strong motion",
"ground motion"
],
"contact": {
"name": "C. Bruce Worden",
"email": "[email protected]"
},
"date": {
"metadataLastUpdated": "2022-11-17"
}
}
]