onstove.RasterLayer.polygonize#
- RasterLayer.polygonize() VectorLayer[source]#
Polygonizes the raster layer based on the gridded data values.
It takes the unique values from the
dataarray as categories and converts the cells into polygons.- Returns:
- VectorLayer
VectorLayerwith the polygonized data.