Skip to main content
Question

Aggregate points into line one by one

  • January 22, 2019
  • 2 replies
  • 40 views

I have not found this case in forum.

I have spatial point dataset from which I want make lines depends on some break attribute. I aggregated points based on this break value, and I received for example 3 set of points. From each of this set I want get Line.

When I use LineBuilder, I get wrong result - each point connect which each point.

I want situation when second point connect first, third connect second etc. ...

For example by order of incoming points (remembering about break attribute).

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

ebygomm
Influencer
Forum|alt.badge.img+44
  • Influencer
  • 3429 replies
  • January 22, 2019

Are your points coming out of the vertex creator in the order they should be joined and sorted by the break attribute?

If this is the case then the linebuilder with the connection break attribute set after the vertex creator should build your lines


  • 4 replies
  • January 29, 2019

The points you are sending to the PythonCaller should be in sorted order.