matsim-vsp/parallel_qsim_rust

Find node for geo position

Closed this issue · 1 comments

src/parallel_simulation/routing/router.rs:95

Computing distance to every node is slow (https://github.com/RoutingKit/RoutingKit/blob/master/doc/CoordinatesToNodeID.md). Look for other options.

Not needed any more, because we route between links. To the rust road router we pass the start/end node of the link, thus we don't need this search any more. Done in #50