pyremo.tutorial.open_dataset
- open_dataset(name='remo_EUR-44', cache=True, cache_dir=None, *, engine=None, **kws)[source]
Open a dataset from the online repository (requires internet).
If a local copy is found then always use that to avoid network traffic.
Available datasets:
"remo_EUR-44": remo example output on EUR-44 domain"remo_EUR-11_TEMP2": remo 2m temperature time series on EUR-11 domain
- Parameters:
name (
str) – Name of the file containing the dataset. e.g. ‘remo_EUR-44’cache_dir (
path-like, optional) – The directory in which to search for and write cached data.cache (
bool, optional) – If True, then cache data locally for use on subsequent calls**kws (
dict, optional) – Passed to xarray.open_dataset
See also
xarray.open_dataset