| {
|
| "@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"
|
| }
|
| ]
|
| }
|
| ]
|
| }
|
| } |