Tagged Questions
0
votes
2answers
61 views
Average distance from points to line
I have a polyline road dataset and a study area (polygon) covering the the road dataset. I want to determine the average distance for every given point within the study area to the nearest road. i ...
1
vote
1answer
101 views
Accurate and fast nearest neighbour, which distance function should I use and how to it speed up? [duplicate]
I am solving the following problem:
I have a map with many points in it and I need to find the nearest point to given location. Each point carries information about it's latitude and longitude. This ...
7
votes
2answers
98 views
Which SRS to use for global distance queries?
I have a database with a lot of points in WGS84.
Now I am building an cache that performs NN and points in range queries using a KDtree. The point [sic] is that the search radius will be provided in ...
8
votes
2answers
679 views
Calculate Distance between a Polygon and a Point Along a Path
I am very new to ArcGis and am trying to figure out how to do this.
Basically, this is what I am trying to do:
I have a map of Canada and in it I have polygons representing areas (each about the ...
11
votes
3answers
3k views
Algorithm to find nearest point
I've a list of a few hundred cities with their latitude/longitude. Given another location (also in lat/long) I need to find the nearest city.
As I don't use any GIS, by now the obvious algorithm is ...