Datasets:

Modalities:
Geospatial
Languages:
English
DOI:
Libraries:
License:
ssl4eo_eu_forest / croissant.json
cmalbrec's picture
add Croissant data description
2c8a7d0 verified
raw
history blame
902 Bytes
{
"@context": "https://mlcommons.org/croissant/1.0/context.json",
"@type": "Dataset",
"name": "ssl4eo_eu_forest",
"description": "Multi-temporal forest segmentation dataset with GeoTIFF stacks and masks.",
"data": {
"@type": "FileSet",
"fileStructure": {
"@type": "ParquetFile",
"url": "index.parquet",
"fields": [
{
"name": "sample_id",
"type": "string",
"description": "Unique identifier for each sample."
},
{
"name": "image_paths",
"type": "array",
"items": {
"type": "string"
},
"description": "List of paths to multi-temporal GeoTIFF images."
},
{
"name": "mask_path",
"type": "string",
"description": "Path to the segmentation mask."
}
]
}
}
}