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