Given millions of GPS points located in the same area. What would be the least cost method to extract all the neighboring points of each entry in the dataset ( i.e. all the points that are within a given range of another one) ?

It is to be noted that this process will only be done once for the entire dataset.

Similar questions and discussions