coverage_union_all#
- GeosSeriesAccessor.coverage_union_all(*args, **kwargs)#
Returns the union of multiple polygons of a geometry collection. This is an optimized version of union which assumes the polygons to be non-overlapping.
Applies
shapely.set_operations.coverage_union_all
to the data and returns its result unmodified.- Parameters:
args – Arguments passed to
coverage_union_all
after the first argument.kwargs – Keyword arguments passed to
coverage_union_all
.