Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[sumo-user] od2trips - Quitting (on error).

I have created a cfg with 2 districts.
I created the osm.sumocfg from OSMWebWizard.
Then I added some extra edges and nodes.
Then I tried to create trips with od2trips. (see below)
Thoughts based on the error below?

Thank you


C:\sumo_projects\ont_2_ranch>od2trips -c osm.sumocfg -n taz.add.xml -H -b 0 -e 3600 --vtype="evehicle" --prefix="ev_" --output-prefix="ev_trips_" -v
Loading configuration ...
Error: No option with the name 'additional-files' exists.
Error: No option with the name 'ignore-route-errors' exists.
Error: No option with the name 'device.rerouting.adaptation-steps' exists.
Error: No option with the name 'duration-log.statistics' exists.
Error: No option with the name 'gui-settings-file' exists.
Error: Could not load configuration 'osm.sumocfg'.
Quitting (on error).


osm.sumocfg
<?xml version="1.0" encoding="UTF-8"?>

<!-- generated on 10/08/20 01:30:32 by Eclipse SUMO sumo Version 1.7.0
-->

<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"/>
        <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>


Back to the top