Open zahraeftekhar opened 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
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?