xarray.Dataset.astropy.sel¶
- Dataset.astropy.sel(indexers=None, method=None, tolerance=None, drop=False, equivalencies=None, **indexers_kwargs)¶
unit-aware version of sel
Like
xarray.Dataset.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 toDataset.selunmodified.