How to merge disconnected road segments?

837
1
09-12-2021 08:02 PM
Labels (2)
XudongFan
New Contributor

Hi, I am working on a large road network data. Somehow I found one road segment is disconnected in the middle. Something like the attachment shows. 

I am wondering is there a way I can merge these two lines into one line? Like define a specific distance, merge the two end points into one, and make the splitter road segments connect to the same point. 

If some one uses the OSMnx, I am talking something similar to the .

osmnx.simplification.consolidate_intersections()

Thanks so much!

0 Kudos
1 Reply
jblng
by
New Contributor III

If this is a one-off issue, perhaps the topological editing tools could be useful. In Pro, go to Edit > Modify Features > Align features. (see reference here). You can select the segments to align, set the snapping tolerance as needed, and even identify a point location (the node in your image) to align the segments to. 

0 Kudos