geopandas.GeoSeries.intersection

GeoSeries.intersection(self, other)

Returns a GeoSeries of the intersection of points in each geometry with other.

Parameters
otherGeoseries or geometric object

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