Skip to main content
Solved

I have a set of points to trace a route, but there were failures in the tracing and the trace is clearly not correct. Is there a way to create lines from points by setting a starting point and having the line created from there to the closest point?

  • August 17, 2022
  • 2 replies
  • 24 views

In print it is possible to visualize the line created, totally without logic, and in red what would be the appropriate route.

TESTE FME

Best answer by geomancer

In this question there is mention of an algorithm to sort points in a clockwise order relative to a central point. It looks like that algorithm could work for this route (although unfortunately it was not suited for the data from the original question).

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

2 replies

geomancer
Evangelist
Forum|alt.badge.img+60
  • Evangelist
  • Best Answer
  • August 17, 2022

In this question there is mention of an algorithm to sort points in a clockwise order relative to a central point. It looks like that algorithm could work for this route (although unfortunately it was not suited for the data from the original question).


  • Author
  • August 17, 2022

Thanks for the support.