--- license: apache-2.0 task_categories: - zero-shot-classification - image-classification - image-to-text language: - en tags: - remote-sensing - image-classification - multimodal pretty_name: Sentinel-2 Land-cover Captioning Dataset size_categories: - 1K
References:
Coastal hamlet near forest and water body.
Water body surrounded by buildings and forest.
Small coastal built-up area.
Dense forestry coverage and water body.
Abiotic artificial surface and forest coverage.

References:
Rocky areas with spread vegetation and sporadic snow coverage.
Abiotic natural surface with permanent herbaceous and forest areas near snow coverage.
Dense forest and bare soil.
Wood and herbaceous coverage in mountain context.
Forest area next to grasslands and snow coverage.

References:
Lake surrounded by herbaceous coverage and sporadic trees.
Permanent herbaceous coverage surrounding a water body, also close to artificial abiotic surfaces.
Woody areas among the grasslands near the town.
Small areas of agricultural fields between grasslands with trees in line.
Residential area with trees in line near grasslands and woody areas.

References:
Airport areas and a small water body near extensive and intensive cultivated fields
with the presence of scattered and isolated buildings and a low density hamlet.
Isolated built-up surrounded by cultivated fields near an airport.
Small water body next to an airport.
Scattered buildings and a small hamlet surrounded by cultivated fields.
## Dataset Structure The `dataset_s2lcd.json` file contains caption annotations for Sentinel-2 image patches. Each entry in the `images` array corresponds to a single image patch and includes: - **`filename`**: The name of the image file (e.g., `"S2A_L1C_20150925_N0204R065_2329.tif"`). - **`imgid`**: A unique integer identifier for the image. - **`sentences`**: A list of five captions describing the image. Each caption is stored in a dictionary under the key `raw`, containing a natural language description of land use and land cover features visible in the image. Example structure: ```json { "images": [ { "filename": "example_image.tif", "imgid": 0, "sentences": [ { "raw": "Caption 1" }, { "raw": "Caption 2" }, ... ] }, ... ] } ``` ## Other Sources You can also access this dataset on [Kaggle](https://www.kaggle.com/datasets/angelonazzaro/sentinel-2-land-cover-captioning-dataset) and on our [Github repository](https://github.com/NeuRoNeLab/RSDiX-CLIP). ## License This dataset is released under the [CC BY-NC-SA 4.0](https://creativecommons.org/licenses/by-nc-sa/4.0/) license.