-
Notifications
You must be signed in to change notification settings - Fork 46
Expand file tree
/
Copy pathcode.json
More file actions
93 lines (79 loc) · 2.42 KB
/
Copy pathcode.json
File metadata and controls
93 lines (79 loc) · 2.42 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
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
85
86
87
88
89
90
91
92
93
{
"version": "2.0.0",
"measurermentTyep": {},
"agency": "U.S. Department of the Interior",
"releases": [
{
"name": "shakemap",
"organization": "U.S. Geological Survey",
"description": "Near-real-time maps of ground motion and shaking intensity",
"version": "4.0.0",
"status": "Production",
"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/shakemap/sm4_index.html",
"downloadURL": "https://github.com/usgs/shakemap/archive/master.zip",
"disclaimerURL": "https://github.com/usgs/shakemap/blob/master/LICENSE.md",
"repositoryURL": "https://github.com/usgs/shakemap.git",
"vcs": "git",
"laborHours": null,
"tags": [
"earthquake",
"shakemap"
],
"languages": [
"python"
],
"contact": {
"name": "C. Bruce Worden",
"email": "cbworden@usgs.gov "
},
"date": {
"metadataLastUpdated": "2018-08-23"
}
},
{
"name": "shakemap",
"organization": "U.S. Geological Survey",
"description": "Near-real-time maps of ground motion and shaking intensity",
"version": "4.1.0",
"status": "Production",
"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/shakemap/sm4_index.html",
"downloadURL": "https://github.com/usgs/shakemap/archive/master.zip",
"disclaimerURL": "https://github.com/usgs/shakemap/blob/master/LICENSE.md",
"repositoryURL": "https://github.com/usgs/shakemap.git",
"vcs": "git",
"laborHours": null,
"tags": [
"earthquake",
"shakemap"
],
"languages": [
"python"
],
"contact": {
"name": "C. Bruce Worden",
"email": "cbworden@contractor.usgs.gov "
},
"date": {
"metadataLastUpdated": "2022-04-28"
}
}
]
}