Skip to content
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

Unlinks incorrect with OSM data sets #31

Open
jorgegil opened this issue Jun 21, 2017 · 2 comments
Open

Unlinks incorrect with OSM data sets #31

jorgegil opened this issue Jun 21, 2017 · 2 comments

Comments

@jorgegil
Copy link
Collaborator

The unlinks layer results shows dozens of unlinks where there should only be a handful.

After inspecting the result I notice that unlinks are created on segments that after cleaning are (correctly) split. These segments were not broken originally but shared nodes with an incident segment.

I suspect that the identification of unlinks has to happen at the end of the process, after cleaning. Not before.

@jorgegil jorgegil added the bug label Jun 21, 2017
@Anafi
Copy link
Contributor

Anafi commented Jun 21, 2017

If creating unlinks happens after the breaking and merging of the lines, this will cause an issue for the OS data. In OS data unlinked segments share a vertex and therefore the lines are broken at those vertices.

So it seems that in OS the creation of unlinks has to happen at the beginning of the cleaning process whereas in OSM at the end of it.

@Anafi Anafi added this to the SSS11 workshop milestone Jun 21, 2017
@Anafi
Copy link
Contributor

Anafi commented Feb 12, 2018

To get correct unlinks with OSM data, clean the layer twice. The second set of unlinks can be used . However, it needs to be verified with the Unlinks Verification of the SSxToolkit.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants