Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Signalized intersection analysis in SUMO #16149

Open
zhengli-hub opened this issue Feb 11, 2025 · 3 comments
Open

Signalized intersection analysis in SUMO #16149

zhengli-hub opened this issue Feb 11, 2025 · 3 comments

Comments

@zhengli-hub
Copy link

I see that SUMO provides some built-in road capacity analysis capabilities here. However, I'm specifically interested in analyzing signalized intersections using Highway Capacity Manual (HCM) methodologies - particularly calculating metrics like saturation flow, delay, and intersection capacity according to HCM standards. Are there any existing scripts or tools in SUMO that can automatically perform these HCM-specific calculations?

@zhengli-hub
Copy link
Author

By the way, is there a way to output the phase diagram of signal timing shown as follows in SUMO?

Image

@m-kro
Copy link
Contributor

m-kro commented Feb 11, 2025

Currently we don't provide scripts which replicate exactly HCM standards. As you could note from the referenced doc page, the saturation flow is influenced by the car-following model settings. Delays are measured and can be queried using several of our output options.

For the second question: There is no tool for this yet neither, but sounds like an interesting idea.

@namdre
Copy link
Contributor

namdre commented Feb 11, 2025

For measuring the progression of headways at the stop line, instantInductLoop should be suitable: https://sumo.dlr.de/docs/Simulation/Output/Instantaneous_Induction_Loops_Detectors.html

@behrisch behrisch added this to the backlog milestone Feb 11, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants