Now, I have a project, in which I need to analyze the output files and obtain some useful data.
I hope to obtain the map data and the state of each edge in the map at every time. More detailly, I want to obtain the data that for each time point, how long a vehicle will take to traverse a route (edge).
May I ask if it is possible to implement by using this python-tools.
Hello Hao
If what you have is an events file, generated with matsim, that shouldn't be a problem. You can then use matsim-tools to parse the events file and extract that data.
Hello,
Now, I have a project, in which I need to analyze the output files and obtain some useful data.
I hope to obtain the map data and the state of each edge in the map at every time. More detailly, I want to obtain the data that for each time point, how long a vehicle will take to traverse a route (edge).
May I ask if it is possible to implement by using this python-tools.
Thanks!!!
Best, Hao