Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
eclipse
GitHub Repository: eclipse/sumo
Path: blob/main/tests/tools/assign/dua-iterate/mapmatchJunctions/input_trips.trips.xml
428510 views
1
<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd">
2
<vType id="t" sigma="0" speedDev="0.1"/>
3
<trip id="0" type="t" depart="0" fromXY="500,0" toXY="1500,0"/>
4
<trip id="1" type="t" depart="10" fromXY="500,0" toXY="1500,0"/>
5
<trip id="2" type="t" depart="20" fromXY="500,0" toXY="1500,0"/>
6
<trip id="3" type="t" depart="30" fromXY="500,0" toXY="1500,0"/>
7
<trip id="4" type="t" depart="40" fromXY="500,0" toXY="1500,0"/>
8
<trip id="5" type="t" depart="50" fromXY="500,0" toXY="1500,0"/>
9
<trip id="6" type="t" depart="60" fromXY="500,0" toXY="1500,0"/>
10
<trip id="7" type="t" depart="70" fromXY="500,0" toXY="1500,0"/>
11
<trip id="8" type="t" depart="80" fromXY="500,0" toXY="1500,0"/>
12
<trip id="9" type="t" depart="90" fromXY="500,0" toXY="1500,0"/>
13
</routes>
14
15