xarray.DataArray.astropy.reindex

DataArray.astropy.reindex(indexers=None, method=None, tolerance=None, copy=True, fill_value=<NA>, equivalencies=None, **indexers_kwargs)

unit-aware version of reindex

Like xarray.DataArray.reindex(), except the object’s indexes are converted to the units of the indexers first.

Note

tolerance and fill_value are not supported, yet. They will be passed through to DataArray.reindex unmodified.