xarray.DataArray.astropy.sel¶
- DataArray.astropy.sel(indexers=None, method=None, tolerance=None, drop=False, equivalencies=None, **indexers_kwargs)¶
unit-aware version of sel
Like
xarray.DataArray.sel(), except the object’s indexes are converted to the units of the indexers first.Note
toleranceis not supported, yet. It will be passed through toDataArray.selunmodified.