tams.data.open_example

Contents

tams.data.open_example#

tams.data.open_example(key, *, progress=False, **kwargs)#

Open an example dataset with xarray.

Parameters:
  • key (str) – String identifying the example dataset.

  • progress (bool) – Show download progress if applicable.

  • **kwargs – Passed to xarray.open_dataset().

Return type:

xarray.Dataset

Examples

>>> import tams
>>> ds = tams.data.open_example("msg-tb")

See also

load_example

Loads the dataset into memory.

Notes

Added in version 0.2.0.