union_all#
- GeosSeriesAccessor.union_all(*args, **kwargs)#
Returns the union of multiple geometries.
Applies
shapely.set_operations.union_all
to the data and returns its result unmodified.- Parameters:
args – Arguments passed to
union_all
after the first argument.kwargs – Keyword arguments passed to
union_all
.