Question

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

  • 5 November 2019
  • 1 reply
  • 1 view

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.


1 reply

Userlevel 2
Badge +17

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.

Reply