File size: 12,404 Bytes
a81e28a
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
{
    "sites": [
        {
            "id": "greece_wildfire_2025",
            "name": "Wildfire in Greece (Chios, 2025)",
            "event_type": "wildfire",
            "event_date": "2025-08-12",
            "default_patch_x": 44,
            "default_patch_y": 31,
            "epsg": 32635,
            "historical_start": "2024-01-01",
            "historical_end": "2025-10-30",
            "description": "Large wildfire on Chios island",
            "observed_event": {
                "type": "FeatureCollection",
                "features": [
                    {
                        "type": "Feature",
                        "properties": {},
                        "geometry": {
                            "coordinates": [
                                [
                                    [
                                        25.825230983099885,
                                        38.54990541974635
                                    ],
                                    [
                                        25.825230983099885,
                                        38.46053487652506
                                    ],
                                    [
                                        25.943714368683516,
                                        38.46053487652506
                                    ],
                                    [
                                        25.943714368683516,
                                        38.54990541974635
                                    ],
                                    [
                                        25.825230983099885,
                                        38.54990541974635
                                    ]
                                ]
                            ],
                            "type": "Polygon"
                        }
                    }
                ]
            }
        },
        {
            "id": "beirut_explosion_2020",
            "name": "Explosion in Lebanon (Beirut, 2020)",
            "event_type": "explosion",
            "event_date": "2020-08-04",
            "default_patch_x": 30,
            "default_patch_y": 13,
            "epsg": 32636,
            "historical_start": "2019-08-01",
            "historical_end": "2020-12-31",
            "description": "Explosion in Beirut Port",
            "observed_event": {
                "type": "FeatureCollection",
                "features": [
                    {
                        "type": "Feature",
                        "properties": {},
                        "geometry": {
                            "coordinates": [
                                [
                                    [
                                        35.466257368195244,
                                        33.9169888572917
                                    ],
                                    [
                                        35.466257368195244,
                                        33.87167356446737
                                    ],
                                    [
                                        35.561673828613664,
                                        33.87167356446737
                                    ],
                                    [
                                        35.561673828613664,
                                        33.9169888572917
                                    ],
                                    [
                                        35.466257368195244,
                                        33.9169888572917
                                    ]
                                ]
                            ],
                            "type": "Polygon"
                        }
                    }
                ]
            }
        },
        {
            "id": "libya_floods_2023",
            "name": "Floods in Libya (Derna, 2023)",
            "event_type": "flood",
            "event_date": "2023-09-10",
            "default_patch_x": 73,
            "default_patch_y": 34,
            "observed_event": {
                "type": "FeatureCollection",
                "features": [
                    {
                        "type": "Feature",
                        "properties": {
                            "emsr_id": "EMSR696",
                            "glide_no": "FL-2023-000170-LBY",
                            "area_id": "01",
                            "locality": "Derna",
                            "map_type": "Grading"
                        },
                        "geometry": {
                            "type": "Polygon",
                            "coordinates": [
                                [
                                    [
                                        22.610133977000032,
                                        32.776084001000072
                                    ],
                                    [
                                        22.630301996000071,
                                        32.774371622000047
                                    ],
                                    [
                                        22.643296605000046,
                                        32.776069587000052
                                    ],
                                    [
                                        22.659283655000024,
                                        32.763188912000032
                                    ],
                                    [
                                        22.681577526000069,
                                        32.75113069400004
                                    ],
                                    [
                                        22.687942236000026,
                                        32.748898996000037
                                    ],
                                    [
                                        22.681716756000071,
                                        32.739264658000025
                                    ],
                                    [
                                        22.676663897000026,
                                        32.736166974000071
                                    ],
                                    [
                                        22.671272247000047,
                                        32.728010548000043
                                    ],
                                    [
                                        22.632312598000055,
                                        32.740574188000039
                                    ],
                                    [
                                        22.631612053000026,
                                        32.73843860900007
                                    ],
                                    [
                                        22.625149646000068,
                                        32.718738275000078
                                    ],
                                    [
                                        22.615116508000028,
                                        32.696406742000079
                                    ],
                                    [
                                        22.601350061000062,
                                        32.673376180000048
                                    ],
                                    [
                                        22.581433827000069,
                                        32.656073336000077
                                    ],
                                    [
                                        22.571488458000033,
                                        32.660087419000035
                                    ],
                                    [
                                        22.59888492500005,
                                        32.687153718000047
                                    ],
                                    [
                                        22.606052796000029,
                                        32.718405766000046
                                    ],
                                    [
                                        22.609494029000075,
                                        32.724899432000029
                                    ],
                                    [
                                        22.605805464000071,
                                        32.728866737000033
                                    ],
                                    [
                                        22.596545933000073,
                                        32.734511245000078
                                    ],
                                    [
                                        22.593311440000036,
                                        32.739394696000033
                                    ],
                                    [
                                        22.607952356000055,
                                        32.75944998600005
                                    ],
                                    [
                                        22.595975140000064,
                                        32.764953538000043
                                    ],
                                    [
                                        22.582783480000046,
                                        32.770027253000023
                                    ],
                                    [
                                        22.565976798000065,
                                        32.77865256900003
                                    ],
                                    [
                                        22.559634654000035,
                                        32.783409177000067
                                    ],
                                    [
                                        22.551389867000069,
                                        32.78619972100006
                                    ],
                                    [
                                        22.521518367000056,
                                        32.790956329000039
                                    ],
                                    [
                                        22.519742567000037,
                                        32.807572746000062
                                    ],
                                    [
                                        22.529588746000059,
                                        32.804623649000064
                                    ],
                                    [
                                        22.556416016000071,
                                        32.803799171000037
                                    ],
                                    [
                                        22.565168175000053,
                                        32.80062809900005
                                    ],
                                    [
                                        22.565865811000037,
                                        32.793588319000037
                                    ],
                                    [
                                        22.569797940000058,
                                        32.792256468000062
                                    ],
                                    [
                                        22.586668044000078,
                                        32.786548538000034
                                    ],
                                    [
                                        22.610133977000032,
                                        32.776084001000072
                                    ]
                                ]
                            ]
                        }
                    }
                ]
            },
            "epsg": 32635,
            "historical_start": "2022-01-01",
            "historical_end": "2024-05-31",
            "description": "Storm Daniel caused catastrophic flooding in Derna"
        }
    ]
}