powered by
For each point in x, find the closest point in y (and their distance).
.find_closest(x, y = x)
A data.frame with the columns from (row number in a), b (row number in b), and distance (in meters).
An `sf` object (points).
Alber Sanchez, alber.ipia@inpe.br