matsim-org / matsim-code-examples

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

generating the OD matrix after the MATSim run #303

Open zahraeftekhar opened 4 years ago

zahraeftekhar commented 4 years ago

Hello, I am trying to estimate the OD matrix from the MATSim plan file. I have my TAZ map (zoning) in SHP format. Is there any module in MATSim to do this or should I write an additional script for that?

ikaddoura commented 4 years ago

As far as I know there is no analysis for that in the matsim repository. Several MATSim users may have their own analysis code for this. If you want you can get inspired or use our analysis, see here: https://github.com/matsim-vsp/matsim-analysis/blob/master/src/main/java/org/matsim/analysis/od/RunODAnalysis.java