Skip to content

Allow providing other indexers in Dataset.xoak.sel()  #20

Open
@benbovy

Description

@benbovy

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=...)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions