You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have tried using flowroute.py or similar as suggested to set sink and source points in my island simulation. However, when I ran the simulation with just one entry/exit point I only get one route created. I want to be able to get many random routes and on top of that to have the set x and y counts satisfied on the entry and exit points. I am trying to simulate the traffic when a ferry is arriving on the dock and that is why I am only using one exit and entry points. I have attached what I am running in the terminal, note that detectors.xml has only the two points and the respective data are on data.csv.
Any clarification/tips much much appreciated!
The text was updated successfully, but these errors were encountered:
flowrouter does not give good control over the set of routes that are created.
I recommend that you use routeSampler instead. It can use random routes of your choosing as input.
See https://sumo.dlr.de/docs/Tools/Turns.html#routesamplerpy
Hello,
I have tried using flowroute.py or similar as suggested to set sink and source points in my island simulation. However, when I ran the simulation with just one entry/exit point I only get one route created. I want to be able to get many random routes and on top of that to have the set x and y counts satisfied on the entry and exit points. I am trying to simulate the traffic when a ferry is arriving on the dock and that is why I am only using one exit and entry points. I have attached what I am running in the terminal, note that detectors.xml has only the two points and the respective data are on data.csv.
Any clarification/tips much much appreciated!
The text was updated successfully, but these errors were encountered: