label_indexer
label_indexer(
coord: BaseCoord ,
value: Any ,
method: Literal[‘nearest’] | None = None,
tolerance: Any = None,
)-> ‘int | slice | np.ndarray’
Resolve labels with the pandas index semantics used by xarray.
| function of dascore.utils.indexing | source |
label_indexer(
coord: BaseCoord ,
value: Any ,
method: Literal[‘nearest’] | None = None,
tolerance: Any = None,
)-> ‘int | slice | np.ndarray’
Resolve labels with the pandas index semantics used by xarray.