Change road network to bidirectional in osmnx
Change road network to bidirectional in osmnx Question: I wonder if I can set all road networks to bidirectional using osmnx? I hope it is bidirectional rather than undirected because I still hope to use some functions like osmnx.truncate. So osmnx.get_undirected(G) cannot help me. I saw @gboeing mentioned this can be done by changing the …