Hello,
I have two CSV files; call them A and B. Each file has a list of names of areas linked to the areas' central coordinates (longitude and latitude). I would like to link each area in file A to the closest area in file B. In addition, I hope to generate a variable that shows the distance between the matched areas' coordinates. How can I achieve this?
Thank you very much.
I have two CSV files; call them A and B. Each file has a list of names of areas linked to the areas' central coordinates (longitude and latitude). I would like to link each area in file A to the closest area in file B. In addition, I hope to generate a variable that shows the distance between the matched areas' coordinates. How can I achieve this?
Thank you very much.
Comment