MATSim congested network use #4932
federicobigi
started this conversation in
Ideas
Replies: 0 comments 1 reply
-
|
This is pretty much, what the MATSim router does. During re-planning it routes based on the travel times achieved during the previous simulated iteration. The TravelTimeComparison class does a similar thing. It goes through an events file and produces a csv or a shape file with travel times per link. Maybe this could be a starting point for you. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Goodmorning to all,
I am writing here as i am seeking some reccomendation on how to proceed for my current project.
Goal: I want to develop an api to extract travel time from MATSim simulations.
Current Solution: The obvious solution I found is to map all my agents travel time use a zoning system, compute the many/multiple OD matrices I need and go from there. Then, I would save the OD matrices, place them in a DB ready to be queried at command.
Issues: while this simplistic approach works, the problems I see are:
This made me think: ideally, when I have my finished MATSim simulation, I could also get as an output the simulated congested network.
What if I can use this network to run a routing algorithm and extract the travel time from there directly?
Theoretically, this could work, and provide me with a much better estimation and customization options. The problem is that I don’t have a clue on where to start putting my hands on this.
Do you have any recommendation/reference that might help me with this quest?
Thank you very much!
Beta Was this translation helpful? Give feedback.
All reactions