geoutils.Vector.touches# Vector.touches(other, align=True)[source]# Returns or appends to Vector a Series of dtype('bool') with value True for each aligned geometry that touches other. See more details at geopandas.GeoSeries.touches(). Return type: Series