Hi,
What would be the best approach to finding the set of coordinates, from say about 5,00, which lie within a path of points, given a specified width. eg an aircraft following several waypoints.
Is there a good way to also sort them in the same order as the route.
Calculation speed would be more important than accuracy, since I'm looking at producing a list of suggestions.
From what I've looked at, I presume it's not straightforward, and the question is a bit broad, but any suggestions/pointers would be welcome, eg for:
- Best way to store lat / long, or use spherical coordinates
- Having additional clustering info in the coordinate set
- Can a transform of some kind be use to simplify the range check
- What is the best way to order the points
Is here a better approach than doing a circular/square check on several equi-distant points along the path.