load_dataset
- DataIoInterface.load_dataset(file_name: str) xr.Dataset | xr.DataArray[source]
Read data from a file to xarray.Dataset or xarray.DataArray (NOT IMPLEMENTED).
- Parameters
file_name (str) – File containing the data.
- Returns
Data loaded from the file.
- Return type
xr.Dataset|xr.DataArray