Skip to main content

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.

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