Merging
function merge_trajectories
Merges a list of trajectories into one trajectory.
This function ignores EPSG codes and merges the trajectories based on their timestamps. Therefore, all trajectories should be in the same coordinate system before merging.
Args:
list[Trajectory]
: List of trajectories to merge.
Returns:
Trajectory
: Merged trajectory.