I have two point shapefiles and I want for each point in the 1st shapefile to get the 3 closest (based on air distance) points from the 2nd shapefile.
If possible, it would be great to have each of the three as a new column (as if a variable name) and the value is the distance.
Thanks a lot!
M