argopy.stores.s3store.open_dataset

argopy.stores.s3store.open_dataset#

s3store.open_dataset(url, errors: str = 'raise', **kwargs)#

Open and decode a xarray dataset from an url

Parameters:
  • url (str)

  • kwargs (dict) – The ‘dwn_opts’ key is passed to self.download_url The ‘xr_opts’ key is passed to xr.open_dataset

Return type:

xarray.Dataset