Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
eclipse
GitHub Repository: eclipse/sumo
Path: blob/main/tests/marouter/import/trips/trip_attributes/input_trips.trips.xml
169772 views
1
<?xml version="1.0" encoding="UTF-8"?>
2
3
<!-- generated on 05/02/13 14:08:36 by SUMO od2trips Version 0.17.0
4
This data file and the accompanying materials
5
are made available under the terms of the Eclipse Public License v2.0
6
which accompanies this distribution, and is available at
7
http://www.eclipse.org/legal/epl-v20.html
8
SPDX-License-Identifier: EPL-2.0
9
<configuration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/od2tripsConfiguration.xsd">
10
11
<input>
12
<net-file value="input_taz.taz.xml"/>
13
<od-matrix-files value="input_od_v.fma"/>
14
</input>
15
16
<output>
17
<output-file value="trips.trips.xml"/>
18
</output>
19
20
<processing>
21
<no-step-log value="true"/>
22
</processing>
23
24
</configuration>
25
-->
26
27
<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd">
28
<trip id="1" depart="0.79" from="a1" to="b2" fromTaz="1" toTaz="2" departLane="0" departSpeed="desired"/>
29
<trip id="2" depart="16.72" from="a1" to="b2" fromTaz="1" toTaz="2" departPos="42" arrivalSpeed="10"/>
30
<trip id="3" depart="18.39" from="a1" to="b2" fromTaz="1" toTaz="2" arrivalLane="1"/>
31
</routes>
32
33