geopandas.GeoSeries.intersects

GeoSeries.intersects(self, other)

Returns a Series of dtype('bool') with value True for each geometry that intersects other.

An object is said to intersect other if its boundary and interior intersects in any way with those of the other.

Parameters
otherGeoSeries or geometric object

The GeoSeries (elementwise) or geometric object to test if is intersected.