Datasets:
File size: 2,239 Bytes
2c8a7d0 1b5eb4d 2c8a7d0 1b5eb4d 2c8a7d0 1b5eb4d 2c8a7d0 1b5eb4d 2c8a7d0 1b5eb4d | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 | {
"@context": "https://mlcommons.org/croissant/context/v0.9.json",
"@type": "Dataset",
"name": "SSL4EO-EU Forest",
"description": "SSL4EO-EU Forest dataset metadata",
"identifier": "ssl4eo-eu-forest",
"license": "https://example.com/license",
"version": "1.0.0",
"data": {
"features": [
{
"name": "group_id",
"dataType": "string",
"description": "group_id field"
},
{
"name": "mask_path",
"dataType": "string",
"description": "mask_path field"
},
{
"name": "bbox_epsg4326",
"isArray": true,
"description": "bbox_epsg4326 sequence",
"dataType": "float32"
},
{
"name": "mask_width",
"dataType": "int32",
"description": "mask_width field"
},
{
"name": "mask_height",
"dataType": "int32",
"description": "mask_height field"
},
{
"name": "dimensions_match",
"dataType": "bool",
"description": "dimensions_match field"
},
{
"name": "images",
"isArray": true,
"description": "images sequence",
"features": [
{
"name": "path",
"dataType": "string",
"description": "path field"
},
{
"name": "timestamp_start",
"dataType": "string",
"description": "timestamp_start field"
},
{
"name": "timestamp_end",
"dataType": "string",
"description": "timestamp_end field"
},
{
"name": "tile_id",
"dataType": "string",
"description": "tile_id field"
},
{
"name": "season",
"dataType": "string",
"description": "season field"
},
{
"name": "width",
"dataType": "int32",
"description": "width field"
},
{
"name": "height",
"dataType": "int32",
"description": "height field"
}
]
}
]
}
} |