Skip to content

Commit 26309c2

Browse files
committed
last time: updating AWS s3 url for 6h dataset
1 parent 592a240 commit 26309c2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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/index.html#experimental/gdp6h_ragged_dec24.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)