build_area#

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

Creates an areal geometry formed by the constituent linework of given geometry.

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

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

  • kwargs – Keyword arguments passed to build_area.