sgkit.load_dataset
sgkit.load_dataset#
- sgkit.load_dataset(store, storage_options=None)#
- Load a dataset from Zarr storage. - This function is a thin wrapper around - xarray.open_zarr()that uses sensible defaults and makes it easier to use in a pipeline.- Parameters
- Return type
- Returns
- Dataset The dataset loaded from the Zarr store or file system. 
 
