polygonize#

GeosSeriesAccessor.polygonize(*args, **kwargs)#

Creates polygons formed from the linework of a set of Geometries.

Applies shapely.constructive.polygonize to the data and returns its result unmodified.

Parameters:
  • args – Arguments passed to polygonize after the first argument.

  • kwargs – Keyword arguments passed to polygonize.