You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I haven't been able to find a worked example, but imagine you create an even grid of n points within the polygon, perform bilinear extraction on those n points, then average. Let n go to infinity and that's the quantity.
The
raster
andterra
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-artifactsIs there any clever way to compute the polygon analog of this?
The text was updated successfully, but these errors were encountered: