Skip to main content
Question

How do i create lines from a point file based on two attributes in the point table

  • November 5, 2019
  • 1 reply
  • 7 views

So i have a vessel dataset of points that has a position time and mmsi field that i want to create a line for each mmsi using the time field.

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.

1 reply

takashi
Celebrity
  • 7843 replies
  • November 5, 2019

Hi @anthonyg, you can use the LineBuilder (Group By: mmsi) to create lines for each mmsi. If the input features aren't ordered by time, consider using the Sorter to sort them by time beforehand.