I calculated the distances between one set of xy coordinates and another set of xy coordinates.
So my near table has the ID variables, distance and rank.
However, when I join the near table to the csv file containing the xy coordinates, I lose all ranks that are not = 1. It only joins the closest distance.
How do I modify the joining process to include all distances and ranks?
أكثر...
So my near table has the ID variables, distance and rank.
However, when I join the near table to the csv file containing the xy coordinates, I lose all ranks that are not = 1. It only joins the closest distance.
How do I modify the joining process to include all distances and ranks?
أكثر...