exactextract
exactextract copied to clipboard
bilinear polygon extraction?
The raster
and terra
R packages provide points extraction via "bilinear" interpolation. This is an appropriate method to extract from rasters that represent point processes such as weather. See the formula here: https://stackoverflow.com/questions/50086717/bilinear-interpolation-artifacts
Is there any clever way to compute the polygon analog of this?