eradiate.data.open_dataset#
- eradiate.data.open_dataset(filename, **kwargs)[source]#
Open a dataset from the online data store (requires Internet access).
- Parameters:
filename (path-like) – Path to the requested dataset, relative to the data store root.
**kwargs – Forwarded to
xarray.open_dataset()
.
- Returns:
Dataset
– Open dataset, if found in the data store.
See also