GeoSeries.
crosses
Returns a Series of dtype('bool') with value True for each geometry that cross other.
Series
dtype('bool')
True
An object is said to cross other if its interior intersects the interior of the other but does not contain it, and the dimension of the intersection is less than the dimension of the one or the other.
The GeoSeries (elementwise) or geometric object to test if is crossed.