---
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 (Zarr Format)
---
# Sentinel-2 Land Cover Dataset (Zarr Format)
## Dataset Summary
This dataset contains land-cover labels derived from the [AI4LCC benchmark dataset](https://doi.theia.data-terra.org/ai4lcc/?lang=en) and corresponding Sentinel-2 satellite imagery.
The original labels and Sentinel-2 were converted into Zarr format to enable efficient storage and scalable access for large geospatial datasets. Sentinel-2 image tiles corresponding to the label locations were added to create a paired dataset suitable for machine learning tasks such as land-cover classification and semantic segmentation.
The dataset is intended for research and development in remote sensing, Earth observation, and machine learning.
## Dataset Details
### Dataset Source
The label data originates from the AI4LCC benchmark dataset: [https://doi.theia.data-terra.org/ai4lcc/?lang=en](https://doi.theia.data-terra.org/ai4lcc/?lang=en)
The Sentinel-2 imagery was retrieved from Planetary Computer for the same spatial locations and time periods (along 2020) corresponding to the labels.
### Supported Tasks
The dataset can be used for:
- Land-cover classification
- Semantic segmentation
- Remote sensing representation learning
- Geospatial deep learning research
### Dataset Structure
The dataset is stored in **Zarr format**, where each `.zarr` folder contains a single tile with all Sentinel-2 spectral bands, the corresponding label, and spatial coordinates. This format allows efficient storage and scalable access for large geospatial datasets.
Current available granules:
- 30TXN, 30TXP, 30TXQ, 30TXR, 30TXS,
- 30TXT, 30TYN, 30TYP, 30TYQ, 30TYR,
- 30TYT, 31TCJ, 31TCK, 31TCL, 31TCM,
- 31TCN, 31TDK, 31TDL, 31TDM, 31TFN,
- 31UEP, 31UEQ
### Dataset Creation
- Retrieving Sentinel-2 imagery (2020) within ground-truth bounding boxes using the Planetary Computer API (sentinel-2-l2a) and odc-stac
- Generating annual composites using median reduction with Xarray
- Simplifying the original 14 land-cover classes into 5 classes as in Table 1 ref [Wenger et al., 2022](https://www.germain-forestier.info/publis/isprs2022.pdf)
- Combining imagery and labels