xarray.DataArray.astropy.reindex_like¶
- DataArray.astropy.reindex_like(other, method=None, tolerance=None, copy=True, fill_value=<NA>, equivalencies=None)¶
unit-aware version of reindex_like
Like
xarray.DataArray.reindex_like(), 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 toDataArray.reindex_likeunmodified.