Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
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
8 changes: 7 additions & 1 deletion experiments/catalog.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"type": "Catalog",
"id": "experiments",
"stac_version": "1.0.0",
"stac_version": "1.1.0",
"description": "Geoscience experiments",
"links": [
{
Expand Down Expand Up @@ -46,6 +46,12 @@
"type": "application/json",
"title": "Urban LST Downscaling over Kinshasa"
},
{
"rel": "item",
"href": "./sss-cci-global-anomalies/record.json",
"type": "application/json",
"title": "Deriving Monthly Anomalies from a CCI Sea Surface Salinity Dataset"
},
{
"rel": "self",
"href": "https://esa-earthcode.github.io/open-science-catalog-metadata/experiments/catalog.json",
Expand Down
128 changes: 128 additions & 0 deletions experiments/sss-cci-global-anomalies/record.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,128 @@
{
"id": "sss-cci-global-anomalies",
"title": "Deriving Monthly Anomalies from a CCI Sea Surface Salinity Dataset",
"type": "Feature",
"conformsTo": [
"http://www.opengis.net/spec/ogcapi-records-1/1.0/req/record-core"
],
"geometry": null,
"properties": {
"created": "2026-03-26T16:10:08.176884+00:00",
"updated": "2026-03-26T16:10:08.176884+00:00",
"type": "experiment",
"title": "Deriving Monthly Anomalies from a CCI Sea Surface Salinity Dataset",
"description": "This workflow uses the ESA CCI Toolbox Python Package to show how to get to an estimate of monthly anomalies for Sea Surface Salinity Data. This involves temporal aggregation of the data and the build of a monthly climatology.",
"jupyter_kernel_info": {
"name": "ke-ec-demo",
"python_version": 3.14,
"env_file": "https://github.com/esa-cci/ect-demonstrators/blob/ect-demo/demonstrators/Earthcode/workflow/environment.yml"
},
"keywords": [
"anomalies",
"cci",
"ocean",
"salinity",
"toolbox",
"climatology"
],
"contacts": [
{
"name": "Tonio Fincke",
"organization": "Brockmann Consult GmbH",
"links": [
{
"rel": "about",
"type": "text/html",
"href": "https://www.brockmann-consult.de"
}
]
}
],
"themes": [
{
"concepts": [
{
"id": "oceans"
}
],
"scheme": "https://github.com/stac-extensions/osc#theme"
}
],
"formats": [],
"license": "MIT",
"osc:workflow": "sss-cci-global-anomalies",
"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/sss-cci-global-anomalies/record.json",
"type": "application/json",
"title": "Workflow: Deriving Monthly Anomalies from a CCI Sea Surface Salinity Dataset"
},
{
"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/sss-cci-global-anomalies/record.json",
"type": "application/json"
},
{
"rel": "related",
"href": "../../themes/oceans/catalog.json",
"type": "application/json",
"title": "Theme: Oceans"
},
{
"rel": "child",
"href": "../../products/sss-monthly-anomalies/collection.json",
"type": "application/json",
"title": "Sea Surface Salinity - Monthly Anomalies"
}
]
}
8 changes: 7 additions & 1 deletion products/catalog.json
Original file line number Diff line number Diff line change
Expand Up @@ -2002,6 +2002,12 @@
},
{
"rel": "child",
"href": "./sss-monthly-anomalies/collection.json",
"type": "application/json",
"title": "Sea Surface Salinity - Monthly Anomalies"
},
{
"rel": "child",
"href": "./e4cs-pilot/collection.json",
"type": "application/json",
"title": "Eo4CerealStress - Andalusia Rice Fields"
Expand All @@ -2027,4 +2033,4 @@
],
"updated": "2024-09-12T20:32:22.975110Z",
"title": "Products"
}
}
123 changes: 123 additions & 0 deletions products/sss-monthly-anomalies/collection.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,123 @@
{
"type": "Collection",
"id": "sss-monthly-anomalies",
"stac_version": "1.1.0",
"description": "Estimate of monthly anomalies for Sea Surface Salinity Data",
"links": [
{
"rel": "root",
"href": "../../catalog.json",
"type": "application/json",
"title": "Open Science Catalog"
},
{
"rel": "via",
"href": "https://catalogue.ceda.ac.uk/uuid/3339dec1fbd94599802aba7f1c665679/",
"title": "Documentation"
},
{
"rel": "visualisation",
"href": "https://viewer.earthsystemdatalab.net/?dataset=sss_anom",
"title": "Dataset visualisation"
},
{
"rel": "parent",
"href": "../catalog.json",
"type": "application/json",
"title": "Products"
},
{
"rel": "related",
"href": "../../variables/sea-surface-salinity-anomaly/catalog.json",
"type": "application/json",
"title": "Variable: Sea Surface Salinity Anomaly"
},
{
"rel": "self",
"href": "https://esa-earthcode.github.io/open-science-catalog-metadata/products/sss-monthly-anomalies/collection.json",
"type": "application/json"
},
{
"rel": "related",
"href": "../../themes/oceans/catalog.json",
"type": "application/json",
"title": "Theme: Oceans"
},
{
"rel": "related",
"href": "../../projects/knowledge-exchange/collection.json",
"type": "application/json",
"title": "Project: Climate Space Knowledge Exchange"
},
{
"rel": "related",
"href": "../../experiments/sss-cci-global-anomalies/record.json",
"type": "application/json",
"title": "Experiment: Deriving Monthly Anomalies from a CCI Sea Surface Salinity Dataset"
},
{
"rel": "via",
"href": "https://opensciencedata.esa.int/stac-browser/#/external/deep-esdl-public.s3.amazonaws.com/stac/sss-monthly-anomalies/catalog.json",
"title": "Access"
},
{
"rel": "child",
"href": "https://deep-esdl-public.s3.amazonaws.com/stac/sss-monthly-anomalies/catalog.json",
"type": "application/json",
"title": "Items"
}
],
"stac_extensions": [
"https://stac-extensions.github.io/osc/v1.0.0/schema.json",
"https://stac-extensions.github.io/cf/v0.2.0/schema.json",
"https://stac-extensions.github.io/themes/v1.0.0/schema.json"
],
"osc:project": "knowledge-exchange",
"osc:type": "product",
"osc:status": "completed",
"osc:region": "global",
"osc:variables": [
"sea-surface-salinity-anomaly"
],
"osc:missions": [],
"cf:parameter": [
{
"name": "sss_anom",
"units": "0.001"
}
],
"created": "2026-03-26T16:09:58.422446+00:00",
"updated": "2026-03-26T16:09:58.422446+00:00",
"themes": [
{
"concepts": [
{
"id": "oceans"
}
],
"scheme": "https://github.com/stac-extensions/osc#theme"
}
],
"title": "Sea Surface Salinity - Monthly Anomalies",
"extent": {
"spatial": {
"bbox": [
[
-179.875,
-89.875,
179.875,
89.875
]
]
},
"temporal": {
"interval": [
[
"2010-01-01T00:00:00Z",
"2023-12-01T00:00:00Z"
]
]
}
},
"license": "MIT"
}
8 changes: 7 additions & 1 deletion projects/catalog.json
Original file line number Diff line number Diff line change
Expand Up @@ -1198,6 +1198,12 @@
"title": "EO4CerealStress: Crop Response to Multiple Stressors"
},
{
"rel": "child",
"href": "./knowledge-exchange/collection.json",
"type": "application/json",
"title": "Climate Space Knowledge Exchange"
},
{
"rel": "parent",
"href": "../catalog.json",
"type": "application/json",
Expand All @@ -1224,4 +1230,4 @@
],
"updated": "2025-09-22T20:32:23.037110Z",
"title": "Projects"
}
}
Loading
Loading