build_area#
- GeosSeriesAccessor.build_area(*args, **kwargs)#
Creates an areal geometry formed by the constituent linework of given geometry.
Applies
shapely.constructive.build_areato the data and returns its result unmodified.- Parameters:
args – Arguments passed to
build_areaafter the first argument.kwargs – Keyword arguments passed to
build_area.