[Fix Suggestions] Connectivity Check
Which Atlas check is the fix suggestion related to?
Connectivity Check Description: This check identifies nodes that should be connected to nearby nodes or edges Script: https://github.com/osmlab/atlas-checks/blob/e36a240f37344c99a25b00eb42c8e1b77b228a88/src/main/java/org/openstreetmap/atlas/checks/validation/points/ConnectivityCheck.java
Describe more details of suggested fix(es)
Suggested Fix 1:
-
Type of fixing: Geometry fix
-
Operation: Modify
-
Suggested Action: connect the node to proper nearest node or edge
Is there any code enhancement needed if adding the fix suggestion component?
No
This will involve some complicated tag merging for the 2 nodes, but worth a shot.
@sayas01 can you assign this to @vladlemberg please
@ylinzhi, @sayas01, @Bentleysb, @atiannicelli
Hello everyone,
I went through cases from the latest daylight MR challenge. My opinion
its a bit risky to offer a AutoFix suggestion for that challenge. Some of the cases visually looks straightforward to connect but after manual investigation it turns out as incorrect mapping.
Some examples (bad data):
https://maproulette.org/challenge/17794/task/100038393

Complicated Cases: Node should be disconnected from the Admin Boundary, then connect to navigable road. https://maproulette.org/challenge/17794/task/100026727
Tertiary Road connected via unmaintained track road.
https://maproulette.org/challenge/17794/task/100016546
Any opinion, suggestion ? Should we AutoFix only super clean cases ? So far I don't have method to isolate those.