File size: 3,374 Bytes
e9624f4 8468587 8328f12 e9624f4 9f7a749 e9624f4 53de5df e9624f4 c6b7049 |
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 |
---
license: cc-by-4.0
pretty_name: ImpactMesh-Fire
size_categories:
- 10K<n<100K
viewer: false
task_categories:
- image-feature-extraction
---
[](https://arxiv.org/abs/todo)
[](https://github.com/IBM/ImpactMesh)
[](https://research.ibm.com/blog/todo)
# ImpactMesh-Fire
ImpactMesh is a large-scale multimodal, multitemporal dataset for flood and wildfire mapping, released by IBM, DLR, and the ESA Φ-lab.
It integrates **Sentinel-1 SAR**, **Sentinel-2 optical**, **Copernicus DEM**, and high-quality annotations from Copernicus EMS.
The technical report is released soon. You find the flood subset here: https://huggingface.co/datasets/ibm-esa-geospatial/ImpactMesh-Flood.

---
## Features
- Multimodal: SAR, optical, DEM
- Multitemporal: Four time steps (pre-month, pre-event, event, post-event)
- Global coverage: 200+ fire events
- Scale: 80K samples
- License: CC-BY 4.0
## Quick Start
Download the dataset with:
```shell
hf download ibm-esa-geospatial/ImpactMesh-Fire --repo-type dataset --local-dir data/ImpactMesh-Fire
# Only download a single modality (e.g., S2L2A)
hf download ibm-esa-geospatial/ImpactMesh-Fire --repo-type dataset --include "data/S2L2A.tar" --local-dir data/ImpactMesh-Fire
```
Untar the samples with:
```shell
tar -xf data/ImpactMesh-Fire/data/S1RTC.tar -C data/ImpactMesh-Fire/data
tar -xf data/ImpactMesh-Fire/data/S2L2A.tar -C data/ImpactMesh-Fire/data
tar -xf data/ImpactMesh-Fire/data/DEM.tar -C data/ImpactMesh-Fire/data
tar -xf data/ImpactMesh-Fire/data/MASK.tar -C data/ImpactMesh-Fire/data
```
We use [TerraTorch](https://terrastackai.github.io/terratorch/stable/) for the model fine-tuning and provide data modules for ImpactMesh. You can download the code and configs for the fine-tuning from https://github.com/IBM/ImpactMesh.
Alternatively, you can install the data loading code with:
```shell
pip install impactmesh
```
```shell
terratorch fit --config configs/terramind_v1_tiny_impactmesh_fire.yaml
```
## Citation
Our technical report is released soon!
## Acknowledgement
ImpactMesh was developed as part of the FAST‑EO project funded by the European Space Agency Φ‑Lab (contract #4000143501/23/I‑DT).
Sentinel-2 Level-2A data were downloaded from Microsoft Planetary Computer and are provided under Copernicus Sentinel license conditions (© European Union 2015–2025, ESA) (https://planetarycomputer.microsoft.com/dataset/sentinel-2-l2a).
Sentinel-1 Radiometrically Terrain Corrected (RTC) SAR data were retrieved from Microsoft Planetary Computer (calibrated to GRD and terrain-corrected using PlanetDEM) under Copernicus Sentinel license terms (© European Union 2014–2025) (https://planetarycomputer.microsoft.com/dataset/sentinel-1-rtc).
The DEM data is produced using Copernicus WorldDEM-30 © DLR e.V. 2010-2014 and © Airbus Defence and Space GmbH 2014-2018 provided under COPERNICUS by the European Union and ESA; all rights reserved.
Annotations were sourced from the Copernicus Emergency Management Service (© European Union, 2012–2025), available at https://emergency.copernicus.eu/. |