Datasets:
The dataset viewer is not available for this subset.
Exception: SplitsNotFoundError
Message: The split names could not be parsed from the dataset config.
Traceback: Traceback (most recent call last):
File "/usr/local/lib/python3.14/site-packages/datasets/inspect.py", line 286, in get_dataset_config_info
for split_generator in builder._split_generators(
~~~~~~~~~~~~~~~~~~~~~~~~~^
StreamingDownloadManager(base_path=builder.base_path, download_config=download_config)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
)
^
File "/usr/local/lib/python3.14/site-packages/datasets/packaged_modules/webdataset/webdataset.py", line 81, in _split_generators
first_examples = list(islice(pipeline, self.NUM_EXAMPLES_FOR_FEATURES_INFERENCE))
File "/usr/local/lib/python3.14/site-packages/datasets/packaged_modules/webdataset/webdataset.py", line 32, in _get_pipeline_from_tar
fs: fsspec.AbstractFileSystem = fsspec.filesystem("memory")
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/usr/local/lib/python3.14/site-packages/fsspec/registry.py", line 302, in filesystem
cls = get_filesystem_class(protocol)
File "/usr/local/lib/python3.14/site-packages/fsspec/registry.py", line 239, in get_filesystem_class
raise ValueError(f"Protocol not known: {protocol}")
ValueError: Protocol not known: memory
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/src/services/worker/src/worker/job_runners/config/split_names.py", line 66, in compute_split_names_from_streaming_response
for split in get_dataset_split_names(
~~~~~~~~~~~~~~~~~~~~~~~^
path=dataset,
^^^^^^^^^^^^^
config_name=config,
^^^^^^^^^^^^^^^^^^^
token=hf_token,
^^^^^^^^^^^^^^^
)
^
File "/usr/local/lib/python3.14/site-packages/datasets/inspect.py", line 340, in get_dataset_split_names
info = get_dataset_config_info(
path,
...<6 lines>...
**config_kwargs,
)
File "/usr/local/lib/python3.14/site-packages/datasets/inspect.py", line 291, in get_dataset_config_info
raise SplitsNotFoundError("The split names could not be parsed from the dataset config.") from err
datasets.inspect.SplitsNotFoundError: The split names could not be parsed from the dataset config.Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
Kuro Siwo webdatasets
Dataset Details
Dataset Description
Kuro Siwo is a global multi-temporal SAR dataset for rapid flood mapping. It contains 43 flood events in 6 continents and 3 climate zones, over the period 2015-2022. The annotations have been produced through meticulous photointerpretation by a team of experts, at 10m spatial resolution. For each flood event, we provide one Sentinel-1 post-flood and two Sentinel-1 pre-flood captions, along with a Digital Elevation Model (DEM). For research purposes, we opted to include both GRD and SLC products.
This particular repo contains the webdatasets for BlackBench, the benchmark that accompanies Kuro Siwo in the corresponding publication. We provide the train and test sets for both GRD and SLC products of the labelled component of Kuro Siwo.
- Funded by: ThinkingEarth (grant agreement No 101130544) and MeDiTwin (grant agreement No 101159723) of the European Union’s Horizon Europe research and innovation programme
- License: CC BY
Dataset Structure
Sample fields
Each sample in the GRD webdatasets has the following fields:
flood_vv.npy(float32): The VV band of the post-flood imageflood_vh.npy(float32): The VH band of the post-flood imagesec1_vv.npy(float32): The VV band of the first pre-flood imagesec1_vh.npy(float32): The VH band of the first pre-flood imagesec2_vv.npy(float32): The VV band of the second pre-flood imagesec2_vh.npy(float32): The VH band of the second pre-flood imagedem.npy(float32): The DEMinfo.json: Metadata on this particular samplemask.npy(float32): The label (0: no water, 1: permanent water, 2: flood)valid_mask.npy(float32): A mask depicting the valid pixels (0: invalid, 1: valid)
Accordingly, each sample in the SLC dataset has the following fields:
flood.npy(float32): The post-flood image *sec1.npy(float32): The first pre-flood image *sec2.npy(float32): The second pre-flood image *dem.npy(float32): The DEMinfo.json: Metadata on this particular samplemask.npy(float32): The label (0: no water, 1: permanent water, 2: flood)valid_mask.npy(float32): A mask depicting the valid pixels (0: invalid, 1: valid)
- In the SLC component, each image has 4 channels: Phase VV, Amplitude VH, Amplitude VV, Phase VH.
Data splits
We construct a challenging evaluation framework, selecting 10 flood events across the globe as testing sites, covering a wide range of environmental conditions representing all six continents and three major climate zones featured in Kuro Siwo.
The train and test sets for the GRD component are in the train_GRD and test_GRD folders respectively, whereas the train and test sets for the SLC components are in the train_SLC and test_SLC folders respectively.
Citation
BibTeX:
@inproceedings{NEURIPS2024_43612b06,
author = {Bountos, Nikolaos Ioannis and Sdraka, Maria and Zavras, Angelos and Karavias, Andreas and Karasante, Ilektra and Herekakis, Themistocles and Thanasou, Angeliki and Michail, Dimitrios and Papoutsis, Ioannis},
booktitle = {Advances in Neural Information Processing Systems},
editor = {A. Globerson and L. Mackey and D. Belgrave and A. Fan and U. Paquet and J. Tomczak and C. Zhang},
pages = {38105--38121},
publisher = {Curran Associates, Inc.},
title = {Kuro Siwo: 33 billion m\^{}2 under the water. A global multi-temporal satellite dataset for rapid flood mapping},
url = {https://proceedings.neurips.cc/paper_files/paper/2024/file/43612b0662cb6a4986edf859fd6ebafe-Paper-Datasets_and_Benchmarks_Track.pdf},
volume = {37},
year = {2024}
}
APA:
Bountos, N. I., Sdraka, M., Zavras, A., Karavias, A., Karasante, I., Herekakis, T., Thanasou, A., Michail, D. & Papoutsis, I. (2024). Kuro Siwo: 33 billion $ m^ 2$ under the water. A global multi-temporal satellite dataset for rapid flood mapping. Advances in Neural Information Processing Systems, 37, 38105-38121.
Dataset Card Authors
Maria Sdraka
- Downloads last month
- 1,412