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

[Fix Suggestions] Overlapping Edge Check #406

Open
sayas01 opened this issue Nov 3, 2020 · 1 comment
Open

[Fix Suggestions] Overlapping Edge Check #406

sayas01 opened this issue Nov 3, 2020 · 1 comment
Assignees

Comments

@sayas01
Copy link
Collaborator

sayas01 commented Nov 3, 2020

Which Atlas check is the fix suggestion related to?

OverlappingEdgeCheck:
Description: Checks that two Edges do not share the same two consecutive geometry points. Each segment of a
main Edge is checked for overlapping segments of other main edges. If an Edge has previously been
found to overlap some Edge, it will not be flagged unless it is overlapped by an Edge not flagged yet. It ignores edges that are part of pedestrian areas. (Document unavailable)

Source Code:https://github.com/osmlab/atlas-checks/blob/dev/src/main/java/org/openstreetmap/atlas/checks/validation/linear/edges/OverlappingEdgeCheck.java

Describe more details of suggested fix(es)

Suggested Fix 1:

  • Type: Geometry
  • Operation: Delete
  • Action: Remove the duplicate highways

Is there any code enhancement needed if adding the fix suggestion component?

No

If yes, provide details about what and where the enhancement is needed. Ex. the fix requires excluding checks on relation

@atiannicelli
Copy link
Collaborator

@sayas01 Can you assign this to @tsmock

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

No branches or pull requests

3 participants