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
Currently we can only set one index (from a set of coordinates) per DataArray / Dataset object, using .xoak.set_index().
I wonder if there could be cases where we have in the same DataArray / Dataset two or more independent sets of coordinates for which we want to set an index. If yes, we could simply use a mapping of "coordinate set -> index" internally in the accessor, instead of only one index attribute.
The text was updated successfully, but these errors were encountered:
Currently we can only set one index (from a set of coordinates) per DataArray / Dataset object, using
.xoak.set_index()
.I wonder if there could be cases where we have in the same DataArray / Dataset two or more independent sets of coordinates for which we want to set an index. If yes, we could simply use a mapping of "coordinate set -> index" internally in the accessor, instead of only one index attribute.
The text was updated successfully, but these errors were encountered: