argopy.stores.httpstore.open_dataset#

httpstore.open_dataset(url, **kwargs)[source]#

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