Skip to content

Commit

Permalink
patching meso results refs #21
Browse files Browse the repository at this point in the history
  • Loading branch information
namdre committed Mar 16, 2024
1 parent d07d72d commit 3763c2a
Showing 1 changed file with 12 additions and 9 deletions.
Original file line number Diff line number Diff line change
@@ -1,17 +1,22 @@
<?xml version="1.0" encoding="UTF-8"?>

<!-- generated on 2021-12-08 14:35:32 by Eclipse SUMO sumo Version v1_11_0+0353-0fe5fe321c1
<!-- generated on 2024-03-17 00:39:21 by Eclipse SUMO sumo Version v1_19_0+1350-d07d72dc31b
This data file and the accompanying materials
are made available under the terms of the Eclipse Public License v2.0
which accompanies this distribution, and is available at
http://www.eclipse.org/legal/epl-v20.html
SPDX-License-Identifier: EPL-2.0
This file may also be made available under the following Secondary
Licenses when the conditions for such availability set forth in the Eclipse
Public License 2.0 are satisfied: GNU General Public License, version 2
or later which is available at
https://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html
SPDX-License-Identifier: EPL-2.0 OR GPL-2.0-or-later
<configuration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/sumoConfiguration.xsd">
<input>
<net-file value="net.net.xml"/>
<route-files value="input_routes.rou.xml"/>
<additional-files value="input_additional.add.xml"/>
<additional-files value="input_additional.add.xml,input_additional2.add.xml"/>
</input>
<output>
Expand All @@ -22,12 +27,10 @@ SPDX-License-Identifier: EPL-2.0
<processing>
<default.speeddev value="0"/>
<pedestrian.model value="nonInteracting"/>
</processing>
<report>
<xml-validation value="never"/>
<xml-validation.routes value="never"/>
<no-step-log value="true"/>
</report>
Expand All @@ -39,10 +42,10 @@ SPDX-License-Identifier: EPL-2.0
-->

<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd">
<person id="public" depart="4.00" arrival="121.00">
<walk edges="b" busStop="busstop1"/>
<ride from="b" to="g" busStop="busstop3" lines="100" intended="0" depart="50.00"/>
<walk edges="g"/>
<person id="public" depart="4.00" arrival="1104.00">
<stop busStop="bs_2" duration="0.00"/>
<ride from="c" to="a" busStop="bs_0" lines="line0" intended="v0" depart="300.00"/>
<ride from="a" to="b" busStop="bs_1" lines="line0" intended="v1" depart="1100.00"/>
</person>

</routes>

0 comments on commit 3763c2a

Please sign in to comment.