matsim-vsp / parallel_qsim_rust

Parallel and distributed implementation of the Qsim in Rust
8 stars 0 forks source link

Use networkMode in vehicle Definitions #87

Closed paulheinr closed 11 months ago

paulheinr commented 1 year ago

For now, the router uses the id of a vehicle type, but networkMode should be used.

Janekdererste commented 11 months ago

As we have removed the router for now, this is no longer part of MVP Qsim. I am closing this issue, because the vehicle implementation has changed in #99 .

In case we implement another router, we can use the vehicle definition which is there directly, or improve on it