We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 907a4c5 + 26309c2 commit d68f73aCopy full SHA for d68f73a
clouddrift/datasets.py
@@ -152,7 +152,7 @@ def gdp6h(decode_times: bool = True) -> xr.Dataset:
152
--------
153
:func:`gdp1h`
154
"""
155
- url = "https://noaa-oar-hourly-gdp-pds.s3.amazonaws.com/experimental/gdp6h_ragged_jul24.zarr"
+ url = "https://noaa-oar-hourly-gdp-pds.s3.amazonaws.com/experimental/gdp6h_ragged_dec24.zarr"
156
ds = xr.open_dataset(url, decode_times=decode_times, engine="zarr")
157
return ds
158
0 commit comments