--- license: cc-by-4.0 task_categories: - image-segmentation language: - en tags: - sentinel-2 - remote-sensing - earth-observation - zarr - geospatial pretty_name: Sentinel-2 Land Cover Dataset for Clay (Precomputed) size_categories: - 10K - **pixels**\ Sentinel-2 multi-spectral imagery with dimensions [samples, bands, height, width] = [num_chips, 12, 224, 224]. The bands dimension corresponds to the 12 Sentinel-2 spectral bands used in the dataset. - **label**\ Land-cover class labels aligned with the imagery, with dimensions [samples, height, width] = [num_chips, 224, 224]. Each pixel contains the land-cover class associated with the corresponding Sentinel-2 observation. - **latlon**\ Geographic bounding box coordinates for each sample, with dimensions [samples, 4] = [num_chips, 4]. The four values represent the spatial extent of the tile in the following order: [ymin, xmin, ymax, xmax]. - **time**\ Temporal metadata describing the acquisition time of each sample, with dimensions [samples, 4] = [num_chips, 4]. The time representation consists of: [year, month, week, hour]. - **attributes**\ Additional dataset-level metadata describing sensor characteristics, including:\ gsd – ground sampling distance (spatial resolution)\ waves – central wavelengths corresponding to the Sentinel-2 spectral bands. Currently there are 19367 and 2304 chips for training and validation dataset respectively ## Example Samples Below is an example of a data patch and its corresponding land-cover label. Each sample consists of a **224 × 224 Sentinel-2 multi-spectral tile** and the aligned **land-cover label mask**. **Example data patch** * Input tensor shape: `[12, 224, 224]` represented as R(B04), G(B03), B(B02) * Bands correspond to Sentinel-2 spectral channels. **Example label patch** * Label tensor shape: `[224, 224]` * Each pixel represents the land-cover class in level 1 topology as in [Wenger et al., 2022](https://www.germain-forestier.info/publis/isprs2022.pdf) associated with the corresponding satellite observation. Example visualization:

typology typology

## Intended Use This dataset is designed for: - training Clay-based remote sensing models - benchmarking foundation models for Earth observation - land-cover classification and segmentation tasks - geospatial machine learning research It is not intended to serve as a general-purpose Sentinel-2 dataset but rather as a model-ready representation optimized for Clay workflows. ## Limitations Users should consider the following limitations: - The dataset inherits biases and limitations from the original label source. - Temporal differences between labels and Sentinel-2 imagery may exist. - The preprocessing choices were optimized for Clay and may not be optimal for other models. ## Licensing and Attribution This dataset derives from the Sentinel-2 Land Cover Dataset and ultimately from the AI4LCC benchmark dataset. Users must respect the licensing terms of the original data sources. Please cite the original dataset when using this derived version.