Vignette: Simplify intersections -- a problem #206
Unanswered
mkvasnicka
asked this question in
Q&A
Replies: 1 comment
-
Hi @mkvasnicka. Can you share the complete code that you used to run the contraction? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi!
First of all, many thanks for the package. It is the best choice to simplify road networks I have come across. Nonetheless, there is a problem with the intersection-simplification algorithm (at least for roads): it creates "lifts" in mixmasters (off-grade intersections), i.e., it connects off-level paths that were not directly connected before.
For instance, see this case:
Points p12 and p22 should not be contracted, as they are off-level.
The problem is caused by group_components() which is too benevolent. Is there any other function that works similarly but tests that the nodes are connected directly?
Many thanks for your help.
Michal
Beta Was this translation helpful? Give feedback.
All reactions