geoutils.Vector.dwithin

Contents

geoutils.Vector.dwithin#

Vector.dwithin(other, distance, align=None)[source]#

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

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

Return type:

Series