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 Nov 22, 2024
1 parent 8073956 commit 2cd861e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 23 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>

<!-- generated on 2024-03-07 22:27:46 by Eclipse SUMO sumo Version v1_19_0+1200-d6b735e953a
<!-- generated on 2024-11-22 10:14:27 by Eclipse SUMO sumo Version v1_21_0+0908-80739560ef4
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
Expand All @@ -11,7 +11,7 @@ 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">
<sumoConfiguration 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"/>
Expand All @@ -26,6 +26,7 @@ SPDX-License-Identifier: EPL-2.0 OR GPL-2.0-or-later
<processing>
<default.speeddev value="0"/>
<mapmatch.taz value="true"/>
</processing>
<report>
Expand All @@ -37,17 +38,12 @@ SPDX-License-Identifier: EPL-2.0 OR GPL-2.0-or-later
<mesosim value="true"/>
</mesoscopic>
</configuration>
</sumoConfiguration>
-->

<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd">
<vehicle id="2" depart="0.00" arrival="128.00">
<route edges="beg beg2left left left2end end rend"/>
</vehicle>

<vehicle id="0" depart="0.00" arrival="136.00">
<route edges="beg middle end rend"/>
<stop edge="middle" endPos="1000.00" duration="10.00"/>
<vehicle id="1" depart="0.00" fromTaz="taz0-source" toTaz="taz1-sink" arrival="55.00">
<route edges="beg2left left"/>
</vehicle>

</routes>
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>

<!-- generated on 2024-03-07 22:27:46 by Eclipse SUMO sumo Version v1_19_0+1200-d6b735e953a
<!-- generated on 2024-11-22 10:14:27 by Eclipse SUMO sumo Version v1_21_0+0908-80739560ef4
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
Expand All @@ -11,12 +11,11 @@ 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">
<sumoConfiguration 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_trips.trips.xml"/>
<additional-files value="input_additional.add.xml"/>
</input>
<output>
Expand All @@ -26,6 +25,7 @@ SPDX-License-Identifier: EPL-2.0 OR GPL-2.0-or-later
<processing>
<default.speeddev value="0"/>
<mapmatch.taz value="true"/>
</processing>
<report>
Expand All @@ -37,17 +37,8 @@ SPDX-License-Identifier: EPL-2.0 OR GPL-2.0-or-later
<mesosim value="true"/>
</mesoscopic>
</configuration>
</sumoConfiguration>
-->

<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd">
<vehicle id="2" depart="0.00" arrival="128.00">
<route edges="beg beg2left left left2end end rend"/>
</vehicle>

<vehicle id="0" depart="0.00" arrival="136.00">
<route edges="beg middle end rend"/>
<stop edge="middle" endPos="1000.00" duration="10.00"/>
</vehicle>

</routes>

0 comments on commit 2cd861e

Please sign in to comment.