Hello, I am working on graph algorithms. I use python and networkx. I would like to work with the data from the TAPAS Cologne scenario (https://sumo.dlr.de/docs/Data/Scenarios/TAPASCologne.html).
I would like to have the graph corresponding to the road network in the format: "node1 node2", along with a list of nodes for each trajectory. How could I do that? I successfully converted the road network to a format that networkx understands but the tool that I used renamed the nodes, so I can't use it. As for the trajectories, I have a .rou.xml file with <route edges="35049297 -173282740 150031197#8" />. What is between quotes? Is it the list of nodes of the trajectory? Thanks for your help, Antoine _______________________________________________ sumo-user mailing list [email protected] To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/sumo-user
