-
Notifications
You must be signed in to change notification settings - Fork 82
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Check Improvement] RoadLinkCheck #598
Comments
@nelkapelmenka |
@Bentleysb |
It sounds to me like your logic is an improvement on what is already in RoadLinkCheck. So I would say just go ahead and modify road link to use your logic for ramp connections. If the one sided link turn out to be a real issue then feel free to add that as well. |
@Bentleysb sounds good, thank you for looking over this! |
@Bentleysb I have also added a couple more edge cases that I have found while working on this check. |
@nelkapelmenka are you still working on this issue? |
@atiannicelli no, I hit a lot of obstacles with this improvement that resulted in a significantly high FP rate (I believe it was about 30%). This branch is my latest experimental version. |
This was initially meant to be a new check, however, after a discussion (look at the comments), this has been turned into a check improvement for RoadLinkCheck. Please find the BadHighwayLinkCheck at the end of the issue.
All the description is still relevant from the BadHighwayLinkCheck. However, there are two additions:
The highways that do not have an enter or an exist point are flagged. Way: 517427092
The highways that are connecting roads that do not have a link equivalent. I.e., the start is a footway and the end is a service road. Way: 4839936 example is a bit odd, however, after research I found that the end node has been modified, with its coordinates being elsewhere. In the AWS data I was using, the Way started with a service road and ended with a footway.
BadHighwayLinkCheck
description
**Description** Flagging the highway links that are labeled improperly or are too long (over 1000 meters).
Requirements
Use Cases
Example:
Case 1: [Highway too long.]
Case 2: [Highway link named inappropriately.]
Supported regions
No Restrictions
References
OSMOSE Wiki
OSMOSE Backend
The text was updated successfully, but these errors were encountered: