geoutils.Vector.sjoin_nearest#
- Vector.sjoin_nearest(right, how='inner', max_distance=None, lsuffix='left', rsuffix='right', distance_col=None, exclusive=False)[source]#
Spatial join of two Vectors based on the distance between their geometries.
See more details at
geopandas.GeoDataFrame.sjoin_nearest().- Return type:
TypeVar(VectorType, bound= Vector)