Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
eclipse
GitHub Repository: eclipse/sumo
Path: blob/main/tests/tools/route/cut_routes/param/routes.tools
428465 views
<?xml version="1.0" encoding="UTF-8"?>

<!-- generated on 2025-03-05 10:16:30.573607 by cutRoutes.py v1_22_0+0650-d108669826e
<configuration>
    <routes-output value="out.rou.xml"/>
    <network value="input_net.net.xml"/>
    <routeFiles value="input_routes.rou.xml"/>
</configuration>
-->

<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd">
    <vehicle id="v" depart="0.00" departLane="best" departSpeed="max">
        <param key="blubber" value="zisch"/>
        <route edges="beg2left"/>
    </vehicle>
    <person id="beg" depart="0.00">
        <param key="blubber" value="zisch"/>
        <walk edges="beg2left"/>
    </person>
</routes>