Citing EuroFlood
If EuroFlood helps your work, please cite the software, the index dataset, and the source data it builds on. Each has its own persistent identifier.

Cite the software
The repository ships a CITATION.cff,
so GitHub's "Cite this repository" button generates an up-to-date reference. A BibTeX
entry for the current release:
@software{hackl_euroflood,
author = {Hackl, J\"urgen},
title = {{EuroFlood: query Europe's satellite flood-depth maps by place and time}},
year = {2026},
version = {0.2.0},
license = {MIT},
url = {https://github.com/cisgroup/euroflood}
}
Cite the index dataset
The published index (the COG + dictionary + events table + manifest) is archived on Zenodo and mirrored on Source Cooperative. Cite the version you used for reproducibility, or the concept DOI to point at whatever is latest:
- v1.0.0: DOI
10.5281/zenodo.21284460 - Concept DOI (always resolves to the latest version):
10.5281/zenodo.21284459
@dataset{hackl_euroflood_index,
author = {Hackl, J\"urgen},
title = {{EuroFlood index}},
year = {2026},
publisher = {Zenodo},
version = {v1.0.0},
doi = {10.5281/zenodo.21284460},
url = {https://doi.org/10.5281/zenodo.21284460}
}
Cite the source data
The flood-depth maps and hazard layers are produced by the JRC / Copernicus Emergency Management Service and are not created by EuroFlood. Please cite them too.
- Observed flood depth (CEMS-EFAS): Betterle, A. & Salamon, P. (2025). Satellite-Derived Flood Depth Maps for Europe. European Commission, Joint Research Centre (JRC) / Copernicus EMS. CC-BY-4.0. Dataset.
- Modelled hazard (CEMS-GLOFAS): the CEMS-GLOFAS river-flood hazard maps (v2.1.2),
when you use
ef.hazard(...).
Reproduction package
All of the paper's figures, its derived data, and the analysis code that recreates them are archived on Zenodo:
- v1.0.0: DOI
10.5281/zenodo.21510351
Hackl, J. (2026). EuroFlood paper reproduction package: figures, derived data, and analysis code (Version v1.0.0) [Dataset]. Zenodo. https://doi.org/10.5281/zenodo.21510351
@dataset{hackl_euroflood_repro,
author = {Hackl, J\"urgen},
title = {{EuroFlood paper reproduction package: figures, derived data, and analysis code}},
year = {2026},
publisher = {Zenodo},
version = {v1.0.0},
doi = {10.5281/zenodo.21510351},
url = {https://doi.org/10.5281/zenodo.21510351}
}
The paper
In preparation
A methods paper describing the index and library is in preparation. Once it is
public, its citation (and a preferred-citation entry in CITATION.cff) will appear
here. Until then, please cite the software and dataset above.