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.
Page 1 / 1
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.