Datasets:
Upload dataset_info.json
Browse filesupdated data schema info JSON
- dataset_info.json +1 -1
dataset_info.json
CHANGED
|
@@ -1 +1 @@
|
|
| 1 |
-
{"description": "SSL4EO-EU Forest dataset with
|
|
|
|
| 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"}}}}
|