geopandas.GeoSeries.disjoint

GeoSeries.disjoint(self, other)

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

An object is said to be disjoint to other if its boundary and interior does not intersect at all with those of the other.

Parameters
otherGeoSeries or geometric object

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