argopy.stores.filestore.open_dataset#
- filestore.open_dataset(path, *args, **kwargs)[source]#
Return a xarray.dataset from a path.
- Parameters:
path (str) β Path to resources passed to xarray.open_dataset
*args β Other arguments are passed to
xarray.open_dataset()
**kwargs β Other arguments are passed to
xarray.open_dataset()
- Return type:
xarray.DataSet