- SUMO simulation model can be executed by configuration file
Execute simulation with random generated traffic
<configuration>
<input>
<net-file value="network.net.xml"/>
<route-files value="test.rou.xml"/>
</input>
<output>
<emission-output value="emissions.xml"/>
</output>
</configuration>
Execute simulation with O/D matrix
<configuration>
<input>
<taz-files value="taz_file.taz.xml"/>
<od-matrix-files value="od_file.od"/>
</input>
<output>
<output-file value="od_file.odtrips.xml"/>
</output>
</configuration>
Execute simulation with route (from O/D matrix)
<configuration>
<input>
<net-file value="network.net.xml"/>
<route-files value="od.rou.xml"/>
</input>
<output>
<emission-output value="emissions.xml"/>
</output>
</configuration>