faq 108893372 - matsim-org/matsim-code-examples GitHub Wiki
by Marco Bohmbach on 2017-04-12 13:49:25
Hi,
i wonder how to get vmt from contrib:av simulation. I can't find it in any of the output files. Isn't it handled as a car and should be written down somewhere?
greetings
by Michal Maciejewski on 2017-04-13 22:00:23
Hi,
The taxi contrib provides only time-based output stats. But you can try out this class: playground.jbischoff.taxi.evaluation.TravelDistanceTimeEvaluator, or write something similar. As long as you have events, you can squeeze quite a lot info from them.
Best