Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[sumo-user] Problems using cadytsIterate.py

Dear Members,

I used duaiterate.py, and make 19 files via it. Now I have to use CadytsIterate.py to get the real flow and make real trips to start the simulation.
To use CadytsIterate.py I use this code:

python cadytsIterate.py --net-file my_net.net.xml --routes od_route_file.odtri_019.rou.xml

and got this error:
cadytsIterate.py: error: unrecognized arguments: --routes

Based on cadytsIterate documentation, I have to use this code:

cadytsIterate.py -n <NETFILE> -r <ROUTEALTERATIVESFILE> -d <REALFLOWSFILE> -a <INT> (sets main weights aggregation period) -c <CADTYS-MODEL-PATH> -b <INT> (sets simulation begin) -e <INT> (sets simulation end)

But I do not know which file is <REALFLOWSFILE>

It is very nice of you if you can help me run the CadytsIterate.

For more information, the name of outcome-files of duaiterate in folder 19 is:

dua_dump_019.add.xml                 od_route_file.odtri_019.rou.alt.xml
dump_019_900.xml                     od_route_file.odtri_019.rou.xml
iteration_019_od_route_file.duarcfg  summary_019.xml
iteration_019.sumocfg                tripinfo_019.xml
iteration_019.sumo.log               vehroute_019.xml



Thank you in advance,
Bests,
Reihaneh




Back to the top