-
Lionel GUEZ authored
If segments were not in graph order in `traj_segm.json` then `draw_segments.py` would have to sort them after reading them. That would be possible but it is better to create directly trajectories in graph order in `trajectories.py`, as there is probably no time penalty for this.
Lionel GUEZ authoredIf segments were not in graph order in `traj_segm.json` then `draw_segments.py` would have to sort them after reading them. That would be possible but it is better to create directly trajectories in graph order in `trajectories.py`, as there is probably no time penalty for this.