You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a ndarray of shape(z,y,x) containing values. I am trying to index this array with another ndarray of shape(y,x) that contains the z-index of the value I am interested in.
How do I have to index val_arr with z_indices to get the values at the desired z-axis position?
This is copied from a question on stackoverflow.
MCVE Code Sample
xarray version
Expected Output
Problem Description
Is this feature of
choose
supported in xarray?The text was updated successfully, but these errors were encountered: