⚠️ Our 0.1 release refactored several early-development functions for long-term stability, to update your code see here. ⚠️
Future changes will come with deprecation warnings! 🙂

geoutils.Vector.sjoin_nearest

geoutils.Vector.sjoin_nearest#

Vector.sjoin_nearest(right, how='inner', max_distance=None, lsuffix='left', rsuffix='right', distance_col=None)[source]#

Spatial join of two Vectors based on the distance between their geometries.

See more details at geopandas.GeoDataFrame.sjoin_nearest().

Return type:

Vector