Datasets:

Modalities:
Geospatial
Languages:
English
DOI:
Libraries:
License:
cmalbrec commited on
Commit
3ac6668
·
verified ·
1 Parent(s): 7dcdc23

Upload dataset_info.json

Browse files

updated data schema info JSON

Files changed (1) hide show
  1. dataset_info.json +1 -1
dataset_info.json CHANGED
@@ -1 +1 @@
1
- {"description": "SSL4EO-EU Forest dataset with four-season Sentinel-2 timestamps and bounding box metadata extracted from image folders.", "citation": "@misc{ssl4eo_eu_forest,\n author = {Nassim Ait Ali Braham and Conrad M Albrecht},\n title = {SSL4EO-EU Forest Dataset},\n year = {2025},\n howpublished = {https://huggingface.co/datasets/dm4eo/ssl4eo-eu-forest},\n note = {This work was carried under the EvoLand project, cf. https://www.evo-land.eu . This project has received funding from the European Union's Horizon Europe research and innovation programme under grant agreement No. 101082130.}\n}", "homepage": "https://www.evo-land.eu", "license": "CC-BY-4.0", "features": {"image_paths": {"feature": {"dtype": "string", "_type": "Value"}, "_type": "Sequence"}, "mask_path": {"dtype": "string", "_type": "Value"}, "start_timestamps": {"feature": {"dtype": "timestamp[ms]", "_type": "Value"}, "_type": "Sequence"}, "end_timestamps": {"feature": {"dtype": "timestamp[ms]", "_type": "Value"}, "_type": "Sequence"}, "sentinel_tile_ids": {"feature": {"dtype": "string", "_type": "Value"}, "_type": "Sequence"}, "bboxes": {"feature": {"minx": {"dtype": "float32", "_type": "Value"}, "maxx": {"dtype": "float32", "_type": "Value"}, "miny": {"dtype": "float32", "_type": "Value"}, "maxy": {"dtype": "float32", "_type": "Value"}}, "_type": "Sequence"}}}
 
1
+ {"description": "SSL4EO-EU Forest dataset with grouped timestamps and bounding box metadata.", "citation": "@misc{ssl4eo_eu_forest,\n author = {Nassim Ait Ali Braham and Conrad M Albrecht},\n title = {SSL4EO-EU Forest Dataset},\n year = {2025},\n howpublished = {https://huggingface.co/datasets/dm4eo/ssl4eo-eu-forest},\n note = {Funded by the EvoLand project under EU Horizon Europe grant No. 101082130.}\n}", "homepage": "https://www.evo-land.eu", "license": "CC-BY-4.0", "features": {"image_paths": {"feature": {"dtype": "string", "_type": "Value"}, "_type": "Sequence"}, "mask_path": {"dtype": "string", "_type": "Value"}, "start_timestamps": {"feature": {"dtype": "timestamp[ms]", "_type": "Value"}, "_type": "Sequence"}, "end_timestamps": {"feature": {"dtype": "timestamp[ms]", "_type": "Value"}, "_type": "Sequence"}, "sentinel_tile_ids": {"feature": {"dtype": "string", "_type": "Value"}, "_type": "Sequence"}, "bboxes": {"minx": {"feature": {"dtype": "float32", "_type": "Value"}, "_type": "Sequence"}, "maxx": {"feature": {"dtype": "float32", "_type": "Value"}, "_type": "Sequence"}, "miny": {"feature": {"dtype": "float32", "_type": "Value"}, "_type": "Sequence"}, "maxy": {"feature": {"dtype": "float32", "_type": "Value"}, "_type": "Sequence"}}}}