anonyau commited on
Commit
7048cd8
·
verified ·
1 Parent(s): cc8e08d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +40 -3
README.md CHANGED
@@ -1,3 +1,40 @@
1
- ---
2
- license: cc-by-4.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-4.0
3
+ tags:
4
+ - climate
5
+ - weather
6
+ - extreme events
7
+ - machine learning
8
+ task_categories:
9
+ - image-segmentation
10
+ - image-to-image
11
+
12
+ ---
13
+ ## The ExEBench Datasets are collected from weather and earth observation data from diverse sources.
14
+
15
+ ## Datasets and Tasks
16
+
17
+ | **Category** | **Heatwaves** | **Cold waves** | **Tropical cyclones** | **Storms** | **Extreme precipitation** | **Fires** | **Flood** |
18
+ |------------------------|------------------------------------------|-------------------------------------------|------------------------------------------------------------------------|-------------------------------|---------------------------------------------|--------------------------------------------------------|-----------------------------------|
19
+ | **Data type** | Weather | Weather | Weather |EO |EO |EO |EO
20
+ | **Data source** | EmDat, ERA5, ISO-3 | EmDat, ERA5, ISO-3 | EmDat, ERA5, IBTrACSv04 | TASSRAD19 | TRMM 3B42 V7, IMERG half-hourly Final Run | HLS Burn Scars | UrbanSAR-Floods |
21
+ | **Sensor/variable** | t₂m (max), land-, soil-, topography- masks| t₂m (min), land-, soil-, topography- masks| mslp, u10, v10; z, u, v at levels,land-, soil-, topography- masks | Radar prec. rate, noise mask | Precip Radar & TRMM Imager | Landsat/Sentinel-2, burn masks | Sentinel-1, flood masks |
22
+ | **Spatial resolution** | 0.25° | 0.25° | 0.25° | 500 m | 0.1° | 30 m | 20 m |
23
+ | **Temporal resolution**| Daily | Daily | Hourly | 5-minute | Half-hourly | N.A | N.A |
24
+ | **Spatial coverage** | Global | Global | Tropics | Trentino South Tyrol | Global | Contiguous US | Global |
25
+ | **Temporal coverage** | 2019–2023 | 2019–2023 | 2019 | 2010–2019 | 2020–2023 | 2018–2021 | 2016–2023 |
26
+ | **Event number** | 55 | 9 | 95 | 931 | 1092 | N.A | 11 |
27
+ | **Frame size** | CHW (C=4) | CHW (C=4) | CHW & CDHW (C=3, D=5) | LCHW (C=1, 480×480) | LCHW (C=1, 50×50) | CHW (6×512×512) | CHW (8×512×512) |
28
+ | **Train split** | 4,844 | 338 | 12,993 | 810 | 796 | 540 | 405 |
29
+ | **Test split** | 366 frames | 221 frames | 2,438 frames | 121 sequences | 296 sequences | 264 pairs | 285 pairs |
30
+ | **Task** | Image-image prediction | Image-image prediction | Trajectory tracking | Video prediction | Video prediction | Segmentation | Segmentation (change detection) |
31
+
32
+ ## Dataset Structure
33
+
34
+ This Dataset is organized with `ImageFolder`.
35
+
36
+ To load and use the dataset directly with the dataloader provided in
37
+ 👉 [EarthExtreme-Bench.git](https://github.com/anonyau/EarthExtreme-Bench)
38
+
39
+ please visit the dataset:
40
+ 👉 [https://huggingface.co/datasets/anonyau/ee-bench-v1.0](https://huggingface.co/datasets/anonyau/ee-bench-v1.0)