Skip to content
Closed
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
6 changes: 6 additions & 0 deletions products/catalog.json
Original file line number Diff line number Diff line change
Expand Up @@ -1820,6 +1820,12 @@
"rel": "self",
"href": "https://esa-earthcode.github.io/open-science-catalog-metadata/products/catalog.json",
"type": "application/json"
},
{
"rel": "child",
"href": "./sentinel3-ampli-ice-sheet-elevation/collection.json",
"type": "application/json",
"title": "Sentinel-3 AMPLI Ice Sheet Elevation"
}
],
"updated": "2024-09-12T20:32:22.975110Z",
Expand Down
105 changes: 105 additions & 0 deletions products/sentinel3-ampli-ice-sheet-elevation/collection.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,105 @@
{
"id": "sentinel3-ampli-ice-sheet-elevation",
"type": "Collection",
"links": [
{
"rel": "items",
"type": "application/geo+json",
"href": "https://eoresults.esa.int/stac/collections/sentinel3-ampli-ice-sheet-elevation/items"
},
{
"rel": "parent",
"type": "application/json",
"href": "../catalog.json",
"title": "Products"
},
{
"rel": "root",
"type": "application/json",
"href": "../../catalog.json",
"title": "Open Science Catalog"
},
{
"rel": "self",
"type": "application/json",
"href": "https://eoresults.esa.int/stac/collections/sentinel3-ampli-ice-sheet-elevation"
},
{
"rel": "http://www.opengis.net/def/rel/ogc/1.0/queryables",
"type": "application/schema+json",
"title": "Queryables",
"href": "https://eoresults.esa.int/stac/collections/sentinel3-ampli-ice-sheet-elevation/queryables"
},
{
"href": "../../projects/4d-antarctica/collection.json",
"title": "Project: 4D-ANTARCTICA",
"type": "application/json",
"rel": "related"
},
{
"href": "https://eoresults.esa.int/",
"title": "ESA EO Results",
"type": "text/html",
"rel": "via"
}
],
"title": "Sentinel-3 AMPLI Ice Sheet Elevation",
"extent": {
"spatial": {
"bbox": [
[
-180,
-90,
180,
90
]
]
},
"temporal": {
"interval": [
[
"2016-06-01T00:00:00Z",
"2024-05-09T00:00:00Z"
]
]
}
},
"license": "CC-BY-4.0",
"summaries": [
{
"references": [
"https://doi.org/10.5194/egusphere-2024-1323"
],
"institution": [
"CNES"
],
"platform_name": [
"SENTINEL-3"
],
"processor_name": [
"Altimeter data Modelling and Processing for Land Ice (AMPLI)"
],
"operational_mode": [
"Earth Observation"
],
"processing_level": [
"2"
],
"processor_version": [
"v1.0"
],
"altimeter_sensor_name": [
"SRAL"
]
}
],
"description": "Ice sheet elevation estimated along the Sentinel-3 satellite track, as retrieved with the Altimeter data Modelling and Processing for Land Ice (AMPLI). The products cover Antarctica and Greenland.",
"stac_version": "1.1.0",
"stac_extensions": [
"https://stac-extensions.github.io/osc/v1.0.0/schema.json",
"https://stac-extensions.github.io/themes/v1.0.0/schema.json"
],
"osc:type": "product",
"osc:status": "planned",
"osc:project": "4d-antarctica"
}
6 changes: 6 additions & 0 deletions projects/4d-antarctica/collection.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,12 @@
"href": "../../themes/cryosphere/catalog.json",
"type": "application/json",
"title": "Theme: Cryosphere"
},
{
"rel": "child",
"href": "../../products/sentinel3-ampli-ice-sheet-elevation/collection.json",
"type": "application/json",
"title": "Sentinel-3 AMPLI Ice Sheet Elevation"
}
],
"stac_extensions": [
Expand Down
Loading