Skip to content

Commit d68f73a

Browse files
authored
Merge pull request #571 from samouertani/main
⭐️ update url in datasets/gdp6h
2 parents 907a4c5 + 26309c2 commit d68f73a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clouddrift/datasets.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ def gdp6h(decode_times: bool = True) -> xr.Dataset:
152152
--------
153153
:func:`gdp1h`
154154
"""
155-
url = "https://noaa-oar-hourly-gdp-pds.s3.amazonaws.com/experimental/gdp6h_ragged_jul24.zarr"
155+
url = "https://noaa-oar-hourly-gdp-pds.s3.amazonaws.com/experimental/gdp6h_ragged_dec24.zarr"
156156
ds = xr.open_dataset(url, decode_times=decode_times, engine="zarr")
157157
return ds
158158

0 commit comments

Comments
 (0)