geoutils.Vector.disjoint

geoutils.Vector.disjoint#

Vector.disjoint(other, align=True)[source]#

Return a Series of dtype('bool') with value True for each aligned geometry disjoint to other. Can be appended to Vector.

See more details at geopandas.GeoSeries.disjoint().

Return type:

Series