Skip to content

Add Product from PRR (2) #63

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

Open
wants to merge 10 commits into
base: main
Choose a base branch
from
Open
11 changes: 9 additions & 2 deletions products/catalog.json
Original file line number Diff line number Diff line change
Expand Up @@ -1820,8 +1820,15 @@
"rel": "self",
"href": "https://esa-earthcode.github.io/open-science-catalog-metadata/products/catalog.json",
"type": "application/json"
},
{
"href": "./sentinel3-ampli-ice-sheet-elevation/collection.json",
"title": "Sentinel-3 AMPLI Ice Sheet Elevation",
"type": "application/json",
"rel": "child"
}
],
"updated": "2024-09-12T20:32:22.975110Z",
"title": "Products"
"updated": "2025-05-06T20:32:22.975110Z",
"title": "Products",
"stac_extensions": []
}
87 changes: 87 additions & 0 deletions products/sentinel3-ampli-ice-sheet-elevation/collection.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,87 @@
{
"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": "https://eoresults.esa.int/stac/"
},
{
"rel": "root",
"type": "application/json",
"href": "https://eoresults.esa.int/stac/"
},
{
"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"
}
],
"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",
"osc:type": "product",
"osc:status": "completed",
"osc:project": ""
}
6 changes: 6 additions & 0 deletions projects/catalog.json
Original file line number Diff line number Diff line change
Expand Up @@ -1106,6 +1106,12 @@
"rel": "self",
"href": "https://esa-earthcode.github.io/open-science-catalog-metadata/projects/catalog.json",
"type": "application/json"
},
{
"rel": "child",
"href": "./sentinel-3-ampli-ice-sheet-elevation/collection.json",
"type": "application/json",
"title": "Sentinel-3 AMPLI Ice Sheet Elevation"
}
],
"updated": "2024-09-12T20:32:23.037110Z",
Expand Down
38 changes: 38 additions & 0 deletions projects/sentinel-3-ampli-ice-sheet-elevation/collection.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
{
"id": "sentinel-3-ampli-ice-sheet-elevation",
"title": "Sentinel-3 AMPLI Ice Sheet Elevation",
"type": "Collection",
"osc:type": "project",
"stac_version": "1.0.0",
"description": "",
"license": "various",
"extent": {
"spatial": {
"bbox": []
},
"temporal": {
"interval": [
null
]
}
},
"links": [
{
"rel": "related",
"href": "../../themes/cryosphere/catalog.json",
"type": "application/json",
"title": "Cryosphere"
}
],
"osc:status": "completed",
"themes": [
{
"scheme": "OSC:SCHEME:THEMES",
"concepts": [
{
"id": "cryosphere"
}
]
}
]
}
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": "../../projects/sentinel-3-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"
}
}
Loading