geopandas.GeoSeries.difference

GeoSeries.difference(self, other)

Returns a GeoSeries of the points in each geometry that are not in other.

Parameters
otherGeoseries or geometric object

The Geoseries (elementwise) or geometric object to find the difference to.