Skip to content

Commit dbe4684

Browse files
committed
Update NOC NPD ERA5v1 collection Items following latest update.
1 parent 90451b0 commit dbe4684

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

catalogs/npd_collections.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ def create_npd_era5_collection() -> pystac.Collection:
292292
extent=pystac.Extent(spatial=spatial_extent, temporal=temporal_extent),
293293
# Open Government License (OGL) - UK version 3.0 - http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/
294294
license="OGL-UK-3.0",
295-
extra_fields=dict(contact="Ollie Tooth (oliver.tooth@noc.ac.uk)", project="AtlantiS", status="ongoing", update_frequency="quarterly", last_data_update="2025-05-30"),
295+
extra_fields=dict(contact="Ollie Tooth (oliver.tooth@noc.ac.uk)", project="AtlantiS", status="ongoing", update_frequency="quarterly", last_data_update="2025-07-31"),
296296
keywords=["NOC", "Near-Present Day", "AtlantiS", "hindcast", "global", "model", "ocean", "sea-ice"],
297297
providers=[
298298
pystac.Provider(
@@ -526,15 +526,15 @@ def create_npd_era5_collection() -> pystac.Collection:
526526
elif '1y' in prefix:
527527
operation = "annual mean"
528528
start_date="1976-01-01"
529-
end_date="2024-12-31"
529+
end_date="2025-06-30"
530530
elif '1m' in prefix:
531531
operation = "monthly mean"
532532
start_date="1976-01-01"
533-
end_date="2024-12-31"
533+
end_date="2025-06-30"
534534
elif '5d' in prefix:
535535
operation = "5-day mean"
536536
start_date="1990-01-01"
537-
end_date="2024-12-31"
537+
end_date="2025-06-30"
538538

539539
item = create_item_with_icechunk_asset(
540540
id=f"noc-npd-era5/{bucket}/gn/{prefix}",

0 commit comments

Comments
 (0)