Converts a raster data set to a vector of the POINT VectorGeometryType. The user must specify the name of a raster file (input) and the name of the output vector (output). Points will correspond with grid cell centre points. All grid cells containing non-zero, non-NoData values will be considered a point. The vector's attribute table will contain a field called 'VALUE' that will contain the cell value for each point feature.

See Also

raster_to_vector_polygons, raster_to_vector_lines

Function Signature

def raster_to_vector_points(self, raster: Raster) -> Vector: ...

Project Links

WbW Homepage User Manual Support WbW