Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[sumo-user] Generating routes with ptlines2flows.py

Hello all,

 

I am following the tutorial https://sumo.dlr.de/docs/Tutorials/PT_from_OpenStreetMap.html and trying to replicate it. For some reason I cannot get it working. The following is my sumocfg file. I have already tried this with and without the additional-files. The SUMO simulation displays the net file with no issue, but despite following the tutorial the route file does not do anything.

 

<configuration>

 

 

                <input>

                                <net-file value="map.net.xml"/>

                                <route-files value="flows.rou.xml"/>

                                <additional-files value="ptlines.xml,additional.xml"/>

                </input>

 

                <time>

                                <begin value="0"/>

                                <end value="2000"/>

                </time>

 

</configuration>


Back to the top