Skip to content

Commit

Permalink
patching expected results refs #14422, #21
Browse files Browse the repository at this point in the history
  • Loading branch information
namdre committed Feb 27, 2024
1 parent a239fe4 commit f561ff9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions tests/tools/import/MATSim/bikes_walks/errors.tools
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Warning: Could not interpret coordinate system 'GK4' (Invalid projection: GK4: (Internal Proj Error: proj_create: several objects matching this name: Pulkovo 1995 / Gauss-Kruger CM 45E, Pulkovo 1942 / Gauss-Kruger CM 45E, Pulkovo 1942 / 3-degree Gauss-Kruger CM 42E, Pulkovo 1942 / 3-degree Gauss-Kruger CM 45E, Pulkovo 1942 / 3-degree Gauss-Kruger CM 48E, ...))
8 changes: 4 additions & 4 deletions tests/tools/import/MATSim/coordinates/routes.tools
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
<?xml version="1.0" encoding="UTF-8"?>

<!-- generated on 2024-02-27 15:43:10.693958 by matsim_importPlans.py v1_19_0+1044-19ddddf
<!-- generated on 2024-02-27 16:15:08.920265 by matsim_importPlans.py v1_19_0+1045-4372057
options: <doubleminus>plan-file matsim_plans.xml -o out.rou.xml
-->

<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd">
<vType id="car" vClass="passenger"/>
<vType id="bicycle" vClass="bicycle"/>

<trip id="0_0" depart="triggered" from="None" to="None"/>
<trip id="0_1" depart="triggered" from="None" to="None" type="car"/>
<trip id="0_0" depart="triggered" fromLonLat="12.441623766883094,51.30168303457315" toLonLat="12.322710508594813,51.31372681762787"/>
<trip id="0_1" depart="triggered" fromLonLat="12.322710508594813,51.31372681762787" toLonLat="12.441623766883094,51.30168303457315" type="car"/>
<person id="0" depart="0:0:0">
<stop lane="None_0" until="07:33:00" actType="home"/>
<ride lines="0_0" to="None"/>
<stop lane="None_0" until="13:27:00" actType="work"/>
<ride lines="0_1" to="None"/>
<stop lane="None_0" until="24:0:0" actType="home"/>
</person>
<trip id="freight_0_0" depart="triggered" from="None" to="None"/>
<trip id="freight_0_0" depart="triggered" fromLonLat="12.74672784602896,51.36549012982353" toLonLat="12.650802871087379,51.14080387506128"/>
<person id="freight_0" depart="0:0:0">
<stop lane="None_0" until="05:00:00" actType="freight_start"/>
<ride lines="freight_0_0" to="None"/>
Expand Down

0 comments on commit f561ff9

Please sign in to comment.