Skip to content

Add Product from PRR (3) #72

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 7 commits into
base: main
Choose a base branch
from
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
111 changes: 111 additions & 0 deletions products/sentinel3-ampli-ice-sheet-elevation/collection.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,111 @@
{
"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": "../../themes/cryosphere/catalog.json",
"title": "Theme: Cryosphere",
"type": "application/json",
"rel": "related"
},
{
"href": "",
"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": "",
"themes": [
{
"scheme": "https://github.com/stac-extensions/osc#theme",
"concepts": [
{
"id": "cryosphere"
}
]
}
]
}
2 changes: 1 addition & 1 deletion themes/atmosphere/catalog.json
Original file line number Diff line number Diff line change
Expand Up @@ -300,4 +300,4 @@
"updated": "2024-08-27T17:27:42.198831Z",
"keywords": [],
"title": "Atmosphere"
}
}
8 changes: 7 additions & 1 deletion themes/cryosphere/catalog.json
Original file line number Diff line number Diff line change
Expand Up @@ -571,9 +571,15 @@
"rel": "self",
"href": "https://esa-earthcode.github.io/open-science-catalog-metadata/themes/cryosphere/catalog.json",
"type": "application/json"
},
{
"rel": "child",
"href": "../../products/sentinel3-ampli-ice-sheet-elevation/collection.json",
"type": "application/json",
"title": "Sentinel-3 AMPLI Ice Sheet Elevation"
}
],
"updated": "2024-08-27T17:27:42.199831Z",
"keywords": [],
"title": "Cryosphere"
}
}