mirror of
https://github.com/Ahp06/SUMO_Emissions.git
synced 2024-11-22 19:46:30 +00:00
33 lines
871 B
Plaintext
33 lines
871 B
Plaintext
|
<?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>
|