What would be the best approach to finding a set of coordinates, say, about 5.00, which lie within the path of the points with a given width. for example, an airplane following several waypoints.
Is there a good way to sort them in the same order as the route.
Computing speed will be more important than accuracy, as I look at making a list of sentences.
From what I looked, I believe that this is not easy, and the question is a bit broad, but any suggestions / pointers would be welcome, for example, for:
- Best way to store lat / long or use spherical coordinates
- Additional clustering information in the coordinate set
- Can some kind of conversion be used to simplify range checking?
- What is the best way to order points.
Here's a better approach than doing a circular / square check on several equally spaced points along the path.
hooli
source share