From 1751f4b1c2bb41386ca628f0288137ad717599f8 Mon Sep 17 00:00:00 2001 From: Philippe Miron Date: Wed, 3 Jul 2024 01:07:51 -0400 Subject: [PATCH] fix gdp6h docstring (#490) --- clouddrift/datasets.py | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/clouddrift/datasets.py b/clouddrift/datasets.py index aee9b28f..b91938ca 100644 --- a/clouddrift/datasets.py +++ b/clouddrift/datasets.py @@ -88,13 +88,10 @@ def gdp6h(decode_times: bool = True) -> xr.Dataset: """Returns the NOAA Global Drifter Program (GDP) 6-hourly dataset as a ragged array Xarray dataset. - The data is accessed from a public HTTPS server at NOAA's Atlantic + The data is accessed from zarr archive hosted on a public AWS S3 bucket accessible at + s3://noaa-oar-hourly-gdp-pds/experimental/. Original data source from NOAA's Atlantic Oceanographic and Meteorological Laboratory (AOML) accessible at - https://www.aoml.noaa.gov/phod/gdp/index.php. It should be noted that the data loading - method is platform dependent. Linux and Darwin (macOS) machines lazy load the datasets leveraging the - byte-range feature of the netCDF-c library (dataset loading engine used by xarray). - Windows machines download the entire dataset into a memory buffer which is then passed - to xarray. + https://www.aoml.noaa.gov/phod/gdp/index.php. Parameters ----------