generated from stac-extensions/template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathitem.json
107 lines (107 loc) · 2.38 KB
/
item.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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
{
"stac_version": "1.0.0",
"stac_extensions": [
"https://stac-extensions.github.io/earthquake/v1.0.0/schema.json"
],
"type": "Feature",
"id": "item",
"geometry": {
"type": "Point",
"coordinates": [
37.0143,
37.2256,
10
]
},
"bbox": [
37.0143,
37.2256,
10,
37.0143,
37.2256,
10
],
"properties": {
"datetime": "2023-02-06T01:17:34Z",
"title": "M 7.8 - Pazarcik earthquake, Kahramanmaras earthquake sequence",
"eq:magnitude": 7.8,
"eq:magnitude_type": "mww",
"eq:depth": 10,
"eq:places": [
"Pazarcik",
"Kahramanmaras"
],
"eq:felt": 2047,
"eq:status": "reviewed",
"eq:tsunami": false,
"eq:sources": [
{
"name": "emsc",
"code": "1218444",
"catalog": "EMSC-RTS"
},
{
"name": "us",
"code": "us6000jllz",
"catalog": "USGS-NEIC"
},
{
"name": "usauto",
"code": "usauto6000jllz",
"catalog": "USGS-NEIC"
},
{
"name": "at",
"code": "at00rpmwxe",
"catalog": "USGS-NEIC"
},
{
"name": "pt",
"code": "pt22037000",
"catalog": "USGS-NEIC"
}
]
},
"links": [
{
"href": "https://example.com/examples/item.json",
"rel": "self"
},
{
"title": "EMSC event JSON",
"href": "https://www.seismicportal.eu/fdsnws/event/1/query?eventid=20230206_0000008&format=json",
"rel": "source",
"type": "application/geo+json",
"source": "emsc"
},
{
"title": "EMSC Event Page",
"href": "https://www.emsc-csem.org/Earthquake/earthquake.php?id=1218444",
"rel": "related",
"type": "text/html"
},
{
"title": "USGS detailed JSON",
"href": "https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=us6000jllz&format=geojson",
"rel": "source",
"type": "application/geo+json",
"source": "us"
},
{
"title": "USGS Event Page",
"href": "https://earthquake.usgs.gov/earthquakes/eventpage/us6000jllz/executive",
"rel": "related",
"type": "text/html"
}
],
"assets": {
"data": {
"href": "https://earthquake.usgs.gov/product/internal-moment-tensor/us_6000jllz_mww/us/1675646838040/quakeml.xml",
"roles": [
"data"
],
"title": "QuakeML",
"type": "application/xml"
}
}
}