geoutils.Vector.dwithin

Contents

geoutils.Vector.dwithin#

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

Returns or appends to Vector a Series of dtype('bool') with value True for each aligned geometry that is within a set distance from other.

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

Return type:

Series