matsim-org / matsim-code-examples

A repository containing code examples around MATSim
GNU General Public License v3.0
75 stars 173 forks source link

Integrate traffic volumes after 24 hours #1100

Open FarnooshNm opened 2 months ago

FarnooshNm commented 2 months ago

Hi,

When endTime in qsim module is set to a value greater than 24, is there a way to add up the simulated traffic volumes after 24 to hours starting from 1? And incorporate these aggregated volumes to calculate travel times for different links in the linkstats file?

Thank you.