Skip to content
Open
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
14 changes: 7 additions & 7 deletions experiments/catalog.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
{
"rel": "item",
"href": "./polaris/record.json",
"href": "./polaris-experiment/record.json",
"type": "application/json",
"title": "POLARIS"
},
Expand Down Expand Up @@ -40,16 +40,16 @@
"type": "application/json",
"title": "Demo CMEMS SST"
},
{
"rel": "item",
"href": "./lps-demo-cmems-sst-workflow/record.json",
"type": "application/json",
"title": "LPS Demo CMEMS SST"
},
{
"rel": "self",
"href": "https://esa-earthcode.github.io/open-science-catalog-metadata/experiments/catalog.json",
"type": "application/json"
},
{
"rel": "item",
"href": "./polarwarp/record.json",
"type": "application/json",
"title": "Polarwarp"
}
],
"updated": "2025-01-29T18:00:00.000000Z",
Expand Down
111 changes: 111 additions & 0 deletions experiments/lps-demo-cmems-sst-workflow/record.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,111 @@
{
"id": "lps-demo-cmems-sst-workflow",
"title": "LPS Demo CMEMS SST",
"type": "Feature",
"conformsTo": [
"http://www.opengis.net/spec/ogcapi-records-1/1.0/req/record-core"
],
"geometry": null,
"properties": {
"created": "2025-11-18T17:45:53.902789+00:00",
"updated": "2025-11-18T17:45:53.902789+00:00",
"type": "experiment",
"title": "LPS Demo CMEMS SST",
"description": "cube generation workflow for cmems sst data cube",
"jupyter_kernel_info": {
"name": "deepesdl-lps-demo",
"python_version": 3.11,
"env_file": "https://github.com/deepesdl/cube-gen/blob/main/Permafrost/environment.yml"
},
"keywords": [
"Earth Science"
],
"contacts": [],
"themes": [
{
"concepts": [
{
"id": "ocean"
}
],
"scheme": "https://github.com/stac-extensions/osc#theme"
}
],
"formats": [],
"license": "proprietary",
"osc:workflow": "lps-demo-cmems-sst-workflow",
"application:type": "jupyter-notebook",
"application:container": [
"true"
],
"application:language": [
"Python"
]
},
"linkTemplates": [],
"links": [
{
"rel": "root",
"href": "../../catalog.json",
"type": "application/json",
"title": "Open Science Catalog"
},
{
"rel": "parent",
"href": "../catalog.json",
"type": "application/json",
"title": "Experiments"
},
{
"rel": "related",
"href": "../../workflows/lps-demo-cmems-sst-workflow/record.json",
"type": "application/json",
"title": "Workflow: LPS Demo CMEMS SST"
},
{
"rel": "related",
"href": "../../projects/deep-earth-system-data-lab/collection.json",
"type": "application/json",
"title": "Project: DeepESDL"
},
{
"rel": "application-originating-platform",
"title": "DeepESDL platform",
"href": "https://deep.earthsystemdatalab.net/",
"type": "text/html",
"application:platform_supports": [
"jupyter-notebook"
],
"application:preferred_app": "JupyterLab"
},
{
"rel": "input",
"href": "./input.yaml",
"type": "application/yaml",
"title": "Input parameters"
},
{
"rel": "environment",
"href": "./environment.yaml",
"type": "application/yaml",
"title": "Execution environment"
},
{
"rel": "self",
"href": "https://esa-earthcode.github.io/open-science-catalog-metadata/experiments/lps-demo-cmems-sst-workflow/record.json",
"type": "application/json"
},
{
"rel": "related",
"href": "../../themes/ocean/catalog.json",
"type": "application/json",
"title": "Theme: Ocean"
},
{
"rel": "child",
"href": "../../products/cmems-sst/collection.json",
"type": "application/json",
"title": "cmems-sst"
}
]
}
14 changes: 7 additions & 7 deletions products/catalog.json
Original file line number Diff line number Diff line change
Expand Up @@ -1822,18 +1822,18 @@
"type": "application/json",
"title": "cmems-sst"
},
{
"rel": "child",
"href": "./cmems-sst/collection.json",
"type": "application/json",
"title": "cmems-sst"
},
{
"rel": "self",
"href": "https://esa-earthcode.github.io/open-science-catalog-metadata/products/catalog.json",
"type": "application/json"
},
{
"rel": "child",
"href": "./polarwarp/collection.json",
"type": "application/json",
"title": "Polarwarp"
}
],
"updated": "2024-09-12T20:32:22.975110Z",
"title": "Products"
}
}
8 changes: 4 additions & 4 deletions products/cmems-sst/collection.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@
},
{
"rel": "related",
"href": "../../experiments/demo-cmems-sst-workflow/record.json",
"href": "../../experiments/lps-demo-cmems-sst-workflow/record.json",
"type": "application/json",
"title": "Experiment: Demo CMEMS SST"
"title": "Experiment: LPS Demo CMEMS SST"
}
],
"stac_extensions": [
Expand All @@ -74,8 +74,8 @@
"name": "cmems-sst"
}
],
"created": "2025-08-19T14:32:23.052525+00:00",
"updated": "2025-08-19T14:32:23.052525+00:00",
"created": "2025-11-18T17:45:53.217975+00:00",
"updated": "2025-11-18T17:45:53.217975+00:00",
"themes": [
{
"concepts": [
Expand Down
12 changes: 12 additions & 0 deletions projects/deep-earth-system-data-lab/collection.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,18 @@
"type": "application/json",
"title": "Theme: Oceans"
},
{
"rel": "child",
"href": "../../products/cmems-sst/collection.json",
"type": "application/json",
"title": "cmems-sst"
},
{
"rel": "related",
"href": "../../themes/oceans/catalog.json",
"type": "application/json",
"title": "Theme: Oceans"
},
{
"rel": "self",
"href": "https://esa-earthcode.github.io/open-science-catalog-metadata/projects/deepesdl/collection.json",
Expand Down
6 changes: 6 additions & 0 deletions variables/catalog.json
Original file line number Diff line number Diff line change
Expand Up @@ -7174,6 +7174,12 @@
"type": "application/json",
"title": "Sea Surface Temperature"
},
{
"rel": "child",
"href": "./sea-surface-temperature/catalog.json",
"type": "application/json",
"title": "Sea Surface Temperature"
},
{
"rel": "self",
"href": "https://esa-earthcode.github.io/open-science-catalog-metadata/variables/catalog.json",
Expand Down
14 changes: 13 additions & 1 deletion variables/sea-surface-temperature/catalog.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,18 @@
"type": "application/json",
"title": "Theme: Oceans"
},
{
"rel": "child",
"href": "../../products/cmems-sst/collection.json",
"type": "application/json",
"title": "cmems-sst"
},
{
"rel": "related",
"href": "../../themes/oceans/catalog.json",
"type": "application/json",
"title": "Theme: Oceans"
},
{
"rel": "self",
"href": "https://esa-earthcode.github.io/open-science-catalog-metadata/variables/sea-surface-temperature/catalog.json",
Expand All @@ -77,7 +89,7 @@
]
}
],
"updated": "2025-08-19T14:32:23.124045+00:00",
"updated": "2025-11-18T17:45:53.489220+00:00",
"keywords": [],
"title": "Sea Surface Temperature"
}
16 changes: 8 additions & 8 deletions workflows/catalog.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
{
"rel": "item",
"href": "./polaris/record.json",
"href": "./polaris-workflow/record.json",
"type": "application/json",
"title": "POLARIS"
},
Expand Down Expand Up @@ -52,11 +52,6 @@
"type": "application/json",
"title": "DeepESDL Science Case: Diagnosing syndromes of biosphere-atmosphere-socioeconomic change"
},
{
"rel": "self",
"href": "https://esa-earthcode.github.io/open-science-catalog-metadata/workflows/catalog.json",
"type": "application/json"
},
{
"rel": "item",
"href": "./polarwarp/record.json",
Expand All @@ -65,9 +60,14 @@
},
{
"rel": "item",
"href": "./waterbodies/record.json",
"href": "./lps-demo-cmems-sst-workflow/record.json",
"type": "application/json",
"title": "Waterbodies"
"title": "LPS Demo CMEMS SST"
},
{
"rel": "self",
"href": "https://esa-earthcode.github.io/open-science-catalog-metadata/workflows/catalog.json",
"type": "application/json"
}
],
"updated": "2025-02-19T23:00:00.000000Z",
Expand Down
Loading
Loading