Closed LockeBirdsey closed 5 years ago
Inside the VolumesAnalyzer class you have some overloading methods for multi-modal support
I am aware of this and have already set observeModes
to true.
After some digging, it appears that every event triggered generates a vehicleId of "car", even on links that do not specify "car" as a valid mode.
Need to get link volumes out for buses, cars and trams. However the VolumesAnalyzer returned by controler.getVolumes() only has the "car" mode registered, but each of the volumes returned is an aggregate of the valid pt sub-modes (in my case: bus, train, tram, subway) for each link.