xoak icon indicating copy to clipboard operation
xoak copied to clipboard

Allow providing other indexers in `Dataset.xoak.sel()`

Open benbovy opened this issue 4 years ago • 0 comments

It would be nice to be able to write

>>> ds.xoak.sel(lat=..., lon=..., time=...)

even though time is not part of coordinates used in a xoak index.

It's a bit more convenient than writing

>>> ds.xoak.sel(lat=..., lon=...).sel(time=...)

benbovy avatar Oct 29 '20 10:10 benbovy