0
votes
2answers
704 views

Convert longitude latitude coordinates (WGS) to grid with equidistant axes (in given area)

I have a lot of geocoordinates in tow data sets and want to run a nearest-neighbor-search. I came across the package 'RANN' and the function nn2(x,y) runs really fast. Now there is the problem, that ...
3
votes
2answers
1k views

What's a good algorithm for nearest neighbour problem in two dimensions?

I would like to build an app that's going to give you the closest restaurant depending on your location. We'll have a database with all the POI corresponding to the restaurant and we'll get your ...
1
vote
2answers
134 views

How to model coarse grained geolocation to correct market

Use case example: Client A comes to request sales information, enters their zip code and are directed to Representative X. Since there is an effectively infinite number of zip codes there will not be ...