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!