Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
eclipse
GitHub Repository: eclipse/sumo
Path: blob/main/tests/tools/turndefs/routeSampler/ratios/input_routes.rou.xml
428465 views
1
<?xml version="1.0" encoding="UTF-8"?>
2
3
4
<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd">
5
<vehicle id="0" depart="8.00">
6
<route edges="3 3.180.00 27"/>
7
</vehicle>
8
<vehicle id="1" depart="8.00">
9
<route edges="3 3.180.00 -71"/>
10
</vehicle>
11
<vehicle id="2" depart="8.00">
12
<route edges="3 3.180.00 -3"/>
13
</vehicle>
14
</routes>
15
16