Datasets:
Create dataset_info.json
Browse files- dataset_info.json +27 -0
dataset_info.json
ADDED
@@ -0,0 +1,27 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"dataset_name": "TerraMesh",
|
3 |
+
"description": "TerraMesh is a global, multimodal, analysis-ready dataset for pre-training Earth Observation foundation models.",
|
4 |
+
"citation": "@article{blumenstiel2025terramesh,\n title={Terramesh: A planetary mosaic of multimodal earth observation data},\n author={Blumenstiel, Benedikt and Fraccaro, Paolo and Marsocci, Valerio and Jakubik, Johannes and Maurogiovanni, Stefano and Czerkawski, Mikolaj and Sedona, Rocco and Cavallaro, Gabriele and Brunschwiler, Thomas and Bernabe-Moreno, Juan and others},\n journal={Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR) Workshops},\n year={2025}\n}",
|
5 |
+
"homepage": "https://huggingface.co/datasets/ibm-esa-geospatial/TerraMesh",
|
6 |
+
"license": "Apache-2.0",
|
7 |
+
"features": {
|
8 |
+
"zarr.zip": {"dtype": "binary", "_type": "Value"},
|
9 |
+
"__key__": {"dtype": "string", "_type": "Value"},
|
10 |
+
"__url__": {"dtype": "string", "_type": "Value"}
|
11 |
+
},
|
12 |
+
"builder_name": "webdataset",
|
13 |
+
"config_name": "default",
|
14 |
+
"version": {"version_str": "1.0.0", "major": 1, "minor": 0, "patch": 0},
|
15 |
+
"splits": {
|
16 |
+
"train": {
|
17 |
+
"name": "train",
|
18 |
+
"num_bytes": 16834543917056,
|
19 |
+
"num_examples": 9089536
|
20 |
+
},
|
21 |
+
"val": {
|
22 |
+
"name": "val",
|
23 |
+
"num_bytes": 165129414656,
|
24 |
+
"num_examples": 89088
|
25 |
+
}
|
26 |
+
}
|
27 |
+
}
|