Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
95 changes: 95 additions & 0 deletions projects/4datlantic-ohc+123/collection.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,95 @@
{
"type": "Collection",
"id": "4datlantic-ohc+123",
"stac_version": "1.0.0",
"description": "Given the major role of the ocean in the climate system, it is essential to characterize the temporal and spatial variations of its heat content. The OHC product results from the space geodetic approach also called altimetry-gravimetry approach.",
"links": [
{
"rel": "root",
"href": "../../catalog.json",
"type": "application/json",
"title": "Open Science Catalog"
},
{
"rel": "parent",
"href": "../catalog.json",
"type": "application/json",
"title": "Projects"
},
{
"rel": "via",
"href": "https://www.4datlantic-ohc.org/",
"title": "Website"
},
{
"rel": "related",
"href": "../../themes/oceans/catalog.json",
"type": "application/json",
"title": "Theme: Oceans"
}
],
"stac_extensions": [
"https://stac-extensions.github.io/osc/v1.0.0/schema.json",
"https://stac-extensions.github.io/themes/v1.0.0/schema.json",
"https://stac-extensions.github.io/contacts/v0.1.1/schema.json"
],
"osc:status": "completed",
"osc:type": "project",
"updated": "2026-01-22T17:31:12Z",
"themes": [
{
"scheme": "https://github.com/stac-extensions/osc#theme",
"concepts": [
{
"id": "oceans"
}
]
}
],
"contacts": [
{
"name": "Roberto Sabia",
"roles": [
"technical_officer"
],
"emails": [
{
"value": "[email protected]"
}
]
},
{
"name": "Magellium",
"roles": [
"consoritum_member"
],
"emails": [
{
"value": "magellium.fr"
}
]
}
],
"title": "4DAtlantic-OHC",
"extent": {
"spatial": {
"bbox": [
[
-180,
-90,
180,
90
]
]
},
"temporal": {
"interval": [
[
"2021-07-06T00:00:00Z",
"2025-06-12T00:00:00Z"
]
]
}
},
"license": "various"
}
6 changes: 6 additions & 0 deletions projects/catalog.json
Original file line number Diff line number Diff line change
Expand Up @@ -1130,6 +1130,12 @@
"href": "./ospd/collection.json",
"type": "application/json",
"title": "OSPD"
},
{
"rel": "child",
"href": "./4datlantic-ohc+123/collection.json",
"type": "application/json",
"title": "4DAtlantic-OHC"
}
],
"updated": "2024-09-12T20:32:23.037110Z",
Expand Down
Loading