vectorize
- eolab.georastertools.processing.vector.vectorize(category_raster: Path | str, raster: Path | str, category_column: str = 'Classe') GeoDataFrame[source]
Vectorize a raster containing categorical data. Only data intersecting the raster bounds are vectorized.
- Parameters:
- Returns:
The geometries generated by the vectorization in the category crs
- Return type:
gpd.GeoDataFrame