Typically as @jurjendejong mentioned in #56,
fails with the following error:
IndexError: too many indices for array: array is 2-dimensional, but 3 were indexed
this is due to the
that is too simple for such selections.
Something needs to be implemented for the following selections types:
ds.isel(time=[0]).Z.data
ds.isel(node=[0]).Z.data
ds.isel(plan=[0]).Z.data