shoot.profiles.download.load_from_ds

Contents

shoot.profiles.download.load_from_ds#

shoot.profiles.download.load_from_ds(ds, root_path='/local/tmp/data', max_depth=1000)[source]#

Load Argo profiles for a dataset’s spatiotemporal extent

Parameters:
  • ds (xarray.Dataset) – Dataset with lat, lon, and time coordinates.

  • root_path (str, default "/local/tmp/data") – Root directory for caching downloaded data.

Returns:

Downloaded Argo profiles.

Return type:

xarray.Dataset