geoutils.Vector.touches

Contents

geoutils.Vector.touches#

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

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

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

Return type:

Series