File size: 1,870 Bytes
619931a b293748 619931a b293748 619931a b293748 619931a b293748 619931a b293748 619931a | 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 | {
"stac_version": "1.0.0",
"type": "Feature",
"id": "OceanVariableReconstruction",
"bbox": [
-999.99,
-999.99,
179.999954,
168.8678
],
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-999.99,
-999.99
],
[
179.999954,
-999.99
],
[
179.999954,
168.8678
],
[
-999.99,
168.8678
],
[
-999.99,
-999.99
]
]
]
},
"properties": {
"datetime": null,
"start_datetime": "2000-01-01",
"end_datetime": "2024-07-31",
"created": "2026-06-02T16:56:29+00:00",
"license": "CC-BY-4.0",
"license_url": "https://creativecommons.org/licenses/by/4.0/",
"attribution": "Generated using E.U. Copernicus Marine Service Information and derived from EN4/ARGO, OSTIA, sea-level, and sea-surface-salinity source products. See LICENSE."
},
"assets": {
"zarr": {
"href": "data/argo_glors_ostia_ssh.zarr",
"type": "application/vnd+zarr",
"title": "Aligned ARGO profile Zarr"
},
"profiles": {
"href": "indices/profiles.parquet",
"type": "application/x-parquet",
"title": "Profile index"
},
"variables": {
"href": "indices/variables.parquet",
"type": "application/x-parquet",
"title": "Variable index"
},
"rasters": {
"href": "rasters/",
"type": "image/tiff; application=geotiff",
"title": "Root-level GeoTIFF raster store"
},
"compact_argo": {
"href": "argo/argo_profiles_on_grid.zarr",
"type": "application/vnd+zarr",
"title": "Compact grid-indexed ARGO Zarr"
},
"manifest": {
"href": "manifest.yaml",
"type": "application/x-yaml",
"title": "GeoTIFF export manifest"
}
}
}
|