dschwoerer / xemc3

A library for working with EMC3 simulations using the xarray framework.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to do things in xarray

dschwoerer opened this issue · comments

Add a section with "How to"s for xarray.

E.g. get all variables of a dataset:

xr.set_options(display_max_rows=120)
print(ds)
# or
print(list(ds))

Resolved by #59