Is it possible to make calulations (data manipulation) with an xarray coordinate?
I have an Xarray.Dataset with the coordinates ‘range’ and ‘time’.
`xarray`: getting the parent array of a derived array
Suppose I have a DataArray
called parent
. Suppose that I index parent, for example: derived = parent["alpha"]
(here we assume that parent
has a dimension labelled "alpha"
).