When executing the car.lua profile in generates warnings #7082
Replies: 1 comment
-
Hi! It seems there is no big problem in the log due to fact, that new OSRM versions are more strict and verbose about data issues, and emit warnings that older versions just ignored. There is 2 problems reported in your log: one for traffic signals, second for unreachable nodes. As fof traffic signals - it seems the root problem is OSM data itself for this traffic signal. This definetely can affect routing, but not ruin it. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
When you create a docker image of the recent version and run the car.lua profile is when it generates the following warning shown below, the other profiles do not generate it, use the docker image that was uploaded 3 years ago and does not generate the warning.
Note: the car.lua works and gives results but the question is, if these warnings are future problems with the expected results in certain locations?
[[info] Collecting traffic signal information on 705 signals... [warn] OSM node 381645432 has a unidirectional traffic signal ambiguously applied to multiple ways
[warn] Level 1 unreachable boundary nodes per cell: 0.00070404 sources, 0.00011616 destinations
[warn] Level 1 unreachable boundary nodes per cell: 0.004101 sources, 0.002548888 destinations
[warn] Level 2 unreachable boundary nodes per cell: 0.017027 sources, 0.0143243 destinations
[warn] Level 1 unreachable boundary nodes per cell: 0.00428484 sources, 0.00428484 destinations
[warn] Level 2 unreachable boundary nodes per cell: 0.0462162 sources, 0.0262182 destinations
[warn] Level 3 unreachable boundary nodes per cell: 0.16 sources, 0.08 destinations
Unreachable nodes statistics per level
[warn] Level 1 unreachable boundary nodes per cell: 0.00071616 sources, 0.00983636 destinations
[warn] Level 2 unreachable boundary nodes per cell: 0.0097027 sources, 0.0047027 destinations
[warn] Level 3 unreachable boundary nodes per cell: 0.09 sources, 0.049 destinations](url)
Beta Was this translation helpful? Give feedback.
All reactions