[sumo-user] Bologna missing edge

2021-04-28 Thread eclipse . eprok
Hello, I am working with the Bologna scenario from https://github.com/DLR-TS/sumo-scenarios/tree/master/bologna. I use the python library sumolib. Could it be possible that an edge in the route file doesn't exist in the network? I'm running into this problem: ``` net =

[sumo-user] Bologna scenario latitude longitude coordinates

2021-04-27 Thread eclipse . eprok
Hello, I am working with the Bologna scenario from https://sumo.dlr.de/docs/Data/Scenarios.html#bologna. I use the python library sumolib. I need to convert the XY coordinates of the nodes of the file joined_buslanes.net.xml to latitude longitude. The page

[sumo-user] cluster and AddedOnRampNode

2020-10-02 Thread eclipse . eprok
Hello, I am working with the TAPAS Cologne scenario (https://sumo.dlr.de/docs/Data/Scenarios/TAPASCologne.html). I noticed that in the road graph it uses, there are cluster nodes as well as AddedOnRampNode and AddedOffRampNode. I am wondering how they work. I believe cluster nodes are a cluster

Re: [sumo-user] Convert trips to list of nodes 15)

2020-07-14 Thread eclipse . eprok
Hi Giuliana, Thank you very much, this is exactly what I needed. I could work out my problem :). Have a good day, Antoine Le 09/07/2020 à 19:17, maria.armell...@dlr.de a écrit : > Hi Antoine, > > The "edges" attribute in the route file shows the consecutive edges id of the > route. > This

[sumo-user] Convert trips to list of nodes

2020-07-09 Thread eclipse . eprok
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