Operator Interface
Opened this issue · 0 comments
tierriminator commented
The current default operator interface takes a xr.Dataset
and returns a xr.DataArray
.
However, for some operators, multiple arrays should be returned.
Hence, the output of the default operator should also be a xr.Dataset
.