edornd commited on
Commit
a81e28a
·
verified ·
1 Parent(s): 45b02b0

Upload events.json

Browse files
Files changed (1) hide show
  1. events.json +330 -0
events.json ADDED
@@ -0,0 +1,330 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "sites": [
3
+ {
4
+ "id": "greece_wildfire_2025",
5
+ "name": "Wildfire in Greece (Chios, 2025)",
6
+ "event_type": "wildfire",
7
+ "event_date": "2025-08-12",
8
+ "default_patch_x": 44,
9
+ "default_patch_y": 31,
10
+ "epsg": 32635,
11
+ "historical_start": "2024-01-01",
12
+ "historical_end": "2025-10-30",
13
+ "description": "Large wildfire on Chios island",
14
+ "observed_event": {
15
+ "type": "FeatureCollection",
16
+ "features": [
17
+ {
18
+ "type": "Feature",
19
+ "properties": {},
20
+ "geometry": {
21
+ "coordinates": [
22
+ [
23
+ [
24
+ 25.825230983099885,
25
+ 38.54990541974635
26
+ ],
27
+ [
28
+ 25.825230983099885,
29
+ 38.46053487652506
30
+ ],
31
+ [
32
+ 25.943714368683516,
33
+ 38.46053487652506
34
+ ],
35
+ [
36
+ 25.943714368683516,
37
+ 38.54990541974635
38
+ ],
39
+ [
40
+ 25.825230983099885,
41
+ 38.54990541974635
42
+ ]
43
+ ]
44
+ ],
45
+ "type": "Polygon"
46
+ }
47
+ }
48
+ ]
49
+ }
50
+ },
51
+ {
52
+ "id": "beirut_explosion_2020",
53
+ "name": "Explosion in Lebanon (Beirut, 2020)",
54
+ "event_type": "explosion",
55
+ "event_date": "2020-08-04",
56
+ "default_patch_x": 30,
57
+ "default_patch_y": 13,
58
+ "epsg": 32636,
59
+ "historical_start": "2019-08-01",
60
+ "historical_end": "2020-12-31",
61
+ "description": "Explosion in Beirut Port",
62
+ "observed_event": {
63
+ "type": "FeatureCollection",
64
+ "features": [
65
+ {
66
+ "type": "Feature",
67
+ "properties": {},
68
+ "geometry": {
69
+ "coordinates": [
70
+ [
71
+ [
72
+ 35.466257368195244,
73
+ 33.9169888572917
74
+ ],
75
+ [
76
+ 35.466257368195244,
77
+ 33.87167356446737
78
+ ],
79
+ [
80
+ 35.561673828613664,
81
+ 33.87167356446737
82
+ ],
83
+ [
84
+ 35.561673828613664,
85
+ 33.9169888572917
86
+ ],
87
+ [
88
+ 35.466257368195244,
89
+ 33.9169888572917
90
+ ]
91
+ ]
92
+ ],
93
+ "type": "Polygon"
94
+ }
95
+ }
96
+ ]
97
+ }
98
+ },
99
+ {
100
+ "id": "libya_floods_2023",
101
+ "name": "Floods in Libya (Derna, 2023)",
102
+ "event_type": "flood",
103
+ "event_date": "2023-09-10",
104
+ "default_patch_x": 73,
105
+ "default_patch_y": 34,
106
+ "observed_event": {
107
+ "type": "FeatureCollection",
108
+ "features": [
109
+ {
110
+ "type": "Feature",
111
+ "properties": {
112
+ "emsr_id": "EMSR696",
113
+ "glide_no": "FL-2023-000170-LBY",
114
+ "area_id": "01",
115
+ "locality": "Derna",
116
+ "map_type": "Grading"
117
+ },
118
+ "geometry": {
119
+ "type": "Polygon",
120
+ "coordinates": [
121
+ [
122
+ [
123
+ 22.610133977000032,
124
+ 32.776084001000072
125
+ ],
126
+ [
127
+ 22.630301996000071,
128
+ 32.774371622000047
129
+ ],
130
+ [
131
+ 22.643296605000046,
132
+ 32.776069587000052
133
+ ],
134
+ [
135
+ 22.659283655000024,
136
+ 32.763188912000032
137
+ ],
138
+ [
139
+ 22.681577526000069,
140
+ 32.75113069400004
141
+ ],
142
+ [
143
+ 22.687942236000026,
144
+ 32.748898996000037
145
+ ],
146
+ [
147
+ 22.681716756000071,
148
+ 32.739264658000025
149
+ ],
150
+ [
151
+ 22.676663897000026,
152
+ 32.736166974000071
153
+ ],
154
+ [
155
+ 22.671272247000047,
156
+ 32.728010548000043
157
+ ],
158
+ [
159
+ 22.632312598000055,
160
+ 32.740574188000039
161
+ ],
162
+ [
163
+ 22.631612053000026,
164
+ 32.73843860900007
165
+ ],
166
+ [
167
+ 22.625149646000068,
168
+ 32.718738275000078
169
+ ],
170
+ [
171
+ 22.615116508000028,
172
+ 32.696406742000079
173
+ ],
174
+ [
175
+ 22.601350061000062,
176
+ 32.673376180000048
177
+ ],
178
+ [
179
+ 22.581433827000069,
180
+ 32.656073336000077
181
+ ],
182
+ [
183
+ 22.571488458000033,
184
+ 32.660087419000035
185
+ ],
186
+ [
187
+ 22.59888492500005,
188
+ 32.687153718000047
189
+ ],
190
+ [
191
+ 22.606052796000029,
192
+ 32.718405766000046
193
+ ],
194
+ [
195
+ 22.609494029000075,
196
+ 32.724899432000029
197
+ ],
198
+ [
199
+ 22.605805464000071,
200
+ 32.728866737000033
201
+ ],
202
+ [
203
+ 22.596545933000073,
204
+ 32.734511245000078
205
+ ],
206
+ [
207
+ 22.593311440000036,
208
+ 32.739394696000033
209
+ ],
210
+ [
211
+ 22.607952356000055,
212
+ 32.75944998600005
213
+ ],
214
+ [
215
+ 22.595975140000064,
216
+ 32.764953538000043
217
+ ],
218
+ [
219
+ 22.582783480000046,
220
+ 32.770027253000023
221
+ ],
222
+ [
223
+ 22.565976798000065,
224
+ 32.77865256900003
225
+ ],
226
+ [
227
+ 22.559634654000035,
228
+ 32.783409177000067
229
+ ],
230
+ [
231
+ 22.551389867000069,
232
+ 32.78619972100006
233
+ ],
234
+ [
235
+ 22.521518367000056,
236
+ 32.790956329000039
237
+ ],
238
+ [
239
+ 22.519742567000037,
240
+ 32.807572746000062
241
+ ],
242
+ [
243
+ 22.529588746000059,
244
+ 32.804623649000064
245
+ ],
246
+ [
247
+ 22.556416016000071,
248
+ 32.803799171000037
249
+ ],
250
+ [
251
+ 22.565168175000053,
252
+ 32.80062809900005
253
+ ],
254
+ [
255
+ 22.565865811000037,
256
+ 32.793588319000037
257
+ ],
258
+ [
259
+ 22.569797940000058,
260
+ 32.792256468000062
261
+ ],
262
+ [
263
+ 22.586668044000078,
264
+ 32.786548538000034
265
+ ],
266
+ [
267
+ 22.610133977000032,
268
+ 32.776084001000072
269
+ ]
270
+ ]
271
+ ]
272
+ }
273
+ }
274
+ ]
275
+ },
276
+ "epsg": 32635,
277
+ "historical_start": "2022-01-01",
278
+ "historical_end": "2024-05-31",
279
+ "description": "Storm Daniel caused catastrophic flooding in Derna"
280
+ },
281
+ {
282
+ "id": "turkey_earthquake_2023",
283
+ "name": "Earthquake in Turkey (Hatay, 2023)",
284
+ "event_type": "earthquake",
285
+ "event_date": "2023-02-06",
286
+ "default_patch_x": 15,
287
+ "default_patch_y": 15,
288
+ "observed_event": {
289
+ "type": "FeatureCollection",
290
+ "features": [
291
+ {
292
+ "type": "Feature",
293
+ "properties": {},
294
+ "geometry": {
295
+ "coordinates": [
296
+ [
297
+ [
298
+ 36.10897697959365,
299
+ 36.23632686965129
300
+ ],
301
+ [
302
+ 36.10897697959365,
303
+ 36.1755974456933
304
+ ],
305
+ [
306
+ 36.203948007270895,
307
+ 36.1755974456933
308
+ ],
309
+ [
310
+ 36.203948007270895,
311
+ 36.23632686965129
312
+ ],
313
+ [
314
+ 36.10897697959365,
315
+ 36.23632686965129
316
+ ]
317
+ ]
318
+ ],
319
+ "type": "Polygon"
320
+ }
321
+ }
322
+ ]
323
+ },
324
+ "epsg": 32637,
325
+ "historical_start": "2021-01-01",
326
+ "historical_end": "2023-08-31",
327
+ "description": "Storm Daniel caused catastrophic flooding in Derna"
328
+ }
329
+ ]
330
+ }