You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have my MATSim scenario run, but I would like to know the travel time and distance at 9 AM by both car and pt between two specific coordinates A and B in my simulation (note that I do not have an agent departing from A to B at 9 AM in my plan.xml).
I don't think this can be achieved via only a single eventHandler. I think I need to code something in my runMATSim script after controler.run() (probably I should use some methods of router)? Do we have any examples related to this? Thanks!
The text was updated successfully, but these errors were encountered:
I have my MATSim scenario run, but I would like to know the travel time and distance at 9 AM by both
car
andpt
between two specific coordinates A and B in my simulation (note that I do not have an agent departing from A to B at 9 AM in myplan.xml
).I don't think this can be achieved via only a single
eventHandler
. I think I need to code something in my runMATSim script aftercontroler.run()
(probably I should use some methods ofrouter
)? Do we have any examples related to this? Thanks!The text was updated successfully, but these errors were encountered: