matsim-vsp / matsim-python-tools

Tools for working with matsim in python
57 stars 20 forks source link

A question about analysising for the output files. #11

Closed HawkTom closed 1 year ago

HawkTom commented 3 years ago

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

davibicudo commented 2 years ago

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.