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. #9

Closed HawkTom closed 3 years 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