From 3a5cd52f85e5b6c008156df08827873d16219db4 Mon Sep 17 00:00:00 2001 From: Gustavo Hidalgo Date: Fri, 6 Feb 2026 14:59:31 -0500 Subject: [PATCH 1/3] save --- datasets/era5-pds/README.md | 11 +++++++++++ datasets/era5-pds/collection/template.json | 9 +++++++++ datasets/era5-pds/dataset.yaml | 6 +++--- 3 files changed, 23 insertions(+), 3 deletions(-) create mode 100644 datasets/era5-pds/README.md diff --git a/datasets/era5-pds/README.md b/datasets/era5-pds/README.md new file mode 100644 index 000000000..560ab4885 --- /dev/null +++ b/datasets/era5-pds/README.md @@ -0,0 +1,11 @@ +# ERA5 Collection + +## Collection Update + +```bash +pctasks dataset ingest-collection \ + -d dataset.yaml \ + -a registry pccomponents \ + -c era5-pds \ + --confirm --submit +``` diff --git a/datasets/era5-pds/collection/template.json b/datasets/era5-pds/collection/template.json index a84b5113d..f1933e9b7 100644 --- a/datasets/era5-pds/collection/template.json +++ b/datasets/era5-pds/collection/template.json @@ -652,6 +652,15 @@ "type": "image/png", "title": "Thumbnail" }, + "era5-static-var": { + "href": "https://cpdataeuwest.blob.core.windows.net/era5/era5_static.nc", + "type": "application/netcdf", + "title": "ERA5 static variables", + "roles": [ + "data" + ], + "description": "ERA5 static variables geopotential (z), land-sea mask (lsm), and soil type (slt). CC-BY licensed from Copernicus Climate Data Store." + }, "geoparquet-items": { "href": "abfs://items/era5-pds.parquet", "title": "GeoParquet STAC items", diff --git a/datasets/era5-pds/dataset.yaml b/datasets/era5-pds/dataset.yaml index f047f8de2..4476c45b0 100644 --- a/datasets/era5-pds/dataset.yaml +++ b/datasets/era5-pds/dataset.yaml @@ -1,11 +1,11 @@ -id: goes_cmi +id: era5-pds image: ${{ args.registry }}/pctasks-task-base:latest args: -- registry + - registry collections: - - id: goes-cmi + - id: era5-pds template: ${{ local.path(./collection) }} class: pctasks.dataset.collection:PremadeItemCollection asset_storage: From 68bf5f599de9154d060745c02b5ac538d1529c10 Mon Sep 17 00:00:00 2001 From: Gustavo Hidalgo Date: Fri, 6 Feb 2026 15:03:09 -0500 Subject: [PATCH 2/3] keep the static var --- datasets/era5-pds/collection/template.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/datasets/era5-pds/collection/template.json b/datasets/era5-pds/collection/template.json index 3401e5700..0d16141cd 100644 --- a/datasets/era5-pds/collection/template.json +++ b/datasets/era5-pds/collection/template.json @@ -658,6 +658,15 @@ "type": "image/png", "title": "Thumbnail" }, + "era5-static-var": { + "href": "https://cpdataeuwest.blob.core.windows.net/era5/era5_static.nc", + "type": "application/netcdf", + "roles": [ + "data" + ], + "title": "ERA5 static variables", + "description": "ERA5 static variables geopotential (z), land-sea mask (lsm), and soil type (slt). CC-BY licensed from Copernicus Climate Data Store." + }, "geoparquet-items": { "href": "abfs://items/era5-pds.parquet", "title": "GeoParquet STAC items", From d58d6eccfb12033c895f22dffc80c3d8474a8c65 Mon Sep 17 00:00:00 2001 From: Gustavo Hidalgo Date: Fri, 6 Feb 2026 15:20:45 -0500 Subject: [PATCH 3/3] Update asset licensing --- datasets/era5-pds/collection/template.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/datasets/era5-pds/collection/template.json b/datasets/era5-pds/collection/template.json index 0d16141cd..1022d0f01 100644 --- a/datasets/era5-pds/collection/template.json +++ b/datasets/era5-pds/collection/template.json @@ -665,7 +665,7 @@ "data" ], "title": "ERA5 static variables", - "description": "ERA5 static variables geopotential (z), land-sea mask (lsm), and soil type (slt). CC-BY licensed from Copernicus Climate Data Store." + "description": "ERA5 static variables (geopotential z, land-sea mask lsm, soil type slt) from the Copernicus Climate Change Service (C3S) Climate Data Store (CDS), licensed under CC BY (https://spdx.org/licenses/CC-BY-4.0) (DOI: 10.24381/cds.adbb2d47; accessed 2026-02-03). Attribution per CDS guidance." }, "geoparquet-items": { "href": "abfs://items/era5-pds.parquet",