mirror of
https://github.com/Ahp06/SUMO_Emissions.git
synced 2025-07-01 21:55:44 +00:00
Added runner module
This commit is contained in:
@ -0,0 +1,32 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<!-- generated on 10/11/18 20:15:33 by Eclipse SUMO Version 1.0.1
|
||||
-->
|
||||
|
||||
<configuration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/sumoConfiguration.xsd">
|
||||
|
||||
<input>
|
||||
<net-file value="osm.net.xml"/>
|
||||
<route-files value="osm.passenger.trips.xml"/>
|
||||
<additional-files value="osm.poly.xml"/>
|
||||
</input>
|
||||
|
||||
<processing>
|
||||
<ignore-route-errors value="true"/>
|
||||
</processing>
|
||||
|
||||
<routing>
|
||||
<device.rerouting.adaptation-steps value="180"/>
|
||||
</routing>
|
||||
|
||||
<report>
|
||||
<verbose value="true"/>
|
||||
<duration-log.statistics value="true"/>
|
||||
<no-step-log value="true"/>
|
||||
</report>
|
||||
|
||||
<gui_only>
|
||||
<gui-settings-file value="osm.view.xml"/>
|
||||
</gui_only>
|
||||
|
||||
</configuration>
|
Reference in New Issue
Block a user