argopy.stores.filestore.open_dataset#
- filestore.open_dataset(path, errors: Literal['raise', 'ignore', 'silent'] = 'raise', lazy: bool = False, xr_opts: dict = {}, **kwargs) Dataset[source]#
Create a
xarray.Datasetfrom a local path pointing to a netcdf file- Parameters:
path (str) β The local path of the netcdf file to open
errors
lazy (bool, default=False) β Define if we should try to open the netcdf dataset lazily or not
xr_opts β Arguments to be passed to
xarray.open_dataset()
- Return type: