A queryable spatial index over the JRC/Copernicus CEMS-EFAS Satellite-Derived Flood Depth Maps (Europe, 2015–2024): one Cloud-Optimized GeoTIFF maps each ~90 m pixel to the historic flood events that touched it, plus a Parquet dictionary and per-event metadata; so tools can find which floods hit a location without downloading the depth rasters. Built with the euroflood Python library. Source © JRC/Copernicus EMS, licensed CC-BY-4.0.

A queryable, cloud-native spatial index over the JRC / Copernicus CEMS-EFAS Satellite-Derived Flood Depth Maps for Europe (Betterle & Salamon, 2025). It answers which historic floods hit a location, and when — across Europe, 2015–2024 — without downloading the depth rasters, so a tool can then fetch only the specific flood-depth GeoTIFFs it actually needs.
euroflood Python libraryv1.0.0/Each release is an immutable vX.Y.Z/ prefix (so a library release always reads the exact
index it was built against):
The index is a sparse COG whose pixel values are combo_ids — each identifies the
set of flood events that inundated that ~90 m cell. flood_dictionary.parquet maps
combo_id → [flood_id, …], and events.parquet maps flood_id → {start_date, end_date, year, source download_url, …}. So "which floods hit this area?" is a spatial mask plus
two joins — no depth raster download required.
With the library (recommended):
Directly (any HTTP / S3 tool — public, no credentials):
manifest.json pins the grid fingerprint, schema versions, and per-file SHA-256 checksums
for the release. You can rebuild the index yourself from the source maps with euroflood.
This derived index is licensed CC-BY-4.0. The underlying flood-depth maps are:
Betterle, A. & Salamon, P. (2025). Satellite-Derived Flood Depth Maps for Europe. European Commission, Joint Research Centre (JRC) / Copernicus Emergency Management Service. Licensed CC-BY-4.0. https://data.jrc.ec.europa.eu/dataset/0bc96690-b89c-4909-9166-c2c322a20130
Please cite both the source dataset above and this index.
Maintained via https://github.com/cisgroup/CODE-EuroFlood.