Open khzannat opened 2 years ago
For visualization, you can use Via (https://simunto.com/via/). They have a manual for visualizing the output after the MATSIM run using the event.xml file. You can also extract data from there. But, I find Via more useful for visualization, not for further working with the data that generates the figures.
For that, I think the .eventsHandling package would give broader alternatives to play with the event file. However, you have to with script in java as to your need. The examples can be found in the matsim_code_examples.
For the count data of a specific link, the easiest way might be...
@mashrur93 Thank you very much for your suggestion
After the simulation in MATSim I am trying to visualize the activities, traffic volume in different scenarios. I could not find potential way to do that. Since I am a new MATSim user, it would be helpful to have some examples and code to do such visualization. Also, if I want to plot traffic count from simulation and count from the field survey then what would be the procedure to do so? In couple of publication I found it is done but I couldn't find the way to do so. TIA