polygonize#
- GeosSeriesAccessor.polygonize(*args, **kwargs)#
Creates polygons formed from the linework of a set of Geometries.
Applies
shapely.constructive.polygonizeto the data and returns its result unmodified.- Parameters:
args – Arguments passed to
polygonizeafter the first argument.kwargs – Keyword arguments passed to
polygonize.