Creates a raster grid based on a set of vector points and assigns grid values using the nearest neighbour.

Function Signature

def nearest_neighbour_interpolation(self, points: Vector, field_name: str = "FID", use_z: bool = False, cell_size: float = 0.0, base_raster: Raster = None, max_dist: float = float('inf')) -> Raster: ...

Project Links

WbW Homepage User Manual Support WbW