xarray.Dataset.astropy.reindex¶
- Dataset.astropy.reindex(indexers=None, method=None, tolerance=None, copy=True, fill_value=<NA>, equivalencies=None, **indexers_kwargs)¶
unit-aware version of reindex
Like
xarray.Dataset.reindex(), except the object’s indexes are converted to the units of the indexers first.Note
toleranceandfill_valueare not supported, yet. They will be passed through toDataset.reindexunmodified.