Reproject a raster to match the geo-reference, CRS, and envelope of a reference raster. The output raster always have the same extent and resolution as the reference raster. For pixels not covered by the input raster, nodata value is assigned, or 0 is assigned if the input raster does not have nodata value. The default resampling algorithm isDocumentation Index
Fetch the complete documentation index at: https://docs.wherobots.com/llms.txt
Use this file to discover all available pages before exploring further.
NearestNeighbor. The following resampling algorithms are supported (case-insensitive):
- NearestNeighbor
- Bilinear
- Bicubic
RasterArray.reproject_match function in rioxarray.
Signatures
Parameters
The input raster.
The reference value.
The algorithm value.
Return type
The resulting raster.

