onstove.RasterLayer.polygonize#

RasterLayer.polygonize() VectorLayer[source]#

Polygonizes the raster layer based on the gridded data values.

It takes the unique values from the data array as categories and converts the cells into polygons.

Returns:
VectorLayer

VectorLayer with the polygonized data.