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