Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,34 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: cc-by-nc-4.0
|
3 |
+
pipeline_tag: image-segmentation
|
4 |
+
tags:
|
5 |
+
- remote sensing
|
6 |
+
- sentinel2
|
7 |
+
- landsat
|
8 |
+
- floods
|
9 |
+
---
|
10 |
+
|
11 |
+
This repository contains the *WorldFloodsv2* dataset released with the publication:
|
12 |
+
|
13 |
+
> E. Portalés-Julià, G. Mateo-García, C. Purcell, and L. Gómez-Chova [Global flood extent segmentation in optical satellite images](https://www.nature.com/articles/s41598-023-47595-7). _Scientific Reports 13, 20316_ (2023). DOI: 10.1038/s41598-023-47595-7.
|
14 |
+
|
15 |
+
|
16 |
+
The [*WorldFloods* database](https://www.nature.com/articles/s41598-023-47595-7) contains 509 pairs of Sentinel-2 images and flood segmentation masks.
|
17 |
+
It requires approximately 300GB of hard-disk storage. The *WorldFloods* database and all pre-trained models are released under a [Creative Commons non-commercial licence](https://creativecommons.org/licenses/by-nc/4.0/legalcode.txt)
|
18 |
+
|
19 |
+
|
20 |
+
```
|
21 |
+
@article{portales-julia_global_2023,
|
22 |
+
title = {Global flood extent segmentation in optical satellite images},
|
23 |
+
volume = {13},
|
24 |
+
issn = {2045-2322},
|
25 |
+
doi = {10.1038/s41598-023-47595-7},
|
26 |
+
number = {1},
|
27 |
+
urldate = {2023-11-30},
|
28 |
+
journal = {Scientific Reports},
|
29 |
+
author = {Portalés-Julià, Enrique and Mateo-García, Gonzalo and Purcell, Cormac and Gómez-Chova, Luis},
|
30 |
+
month = nov,
|
31 |
+
year = {2023},
|
32 |
+
pages = {20316},
|
33 |
+
}
|
34 |
+
```
|