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

JUNC_DIST and JUNC_TYPE in Roads_emission_from_traffic #555

Open
danigras opened this issue Mar 12, 2023 · 1 comment
Open

JUNC_DIST and JUNC_TYPE in Roads_emission_from_traffic #555

danigras opened this issue Mar 12, 2023 · 1 comment

Comments

@danigras
Copy link

HI,
I want to simulate a traffic light intersection and I have to indicate the distance from this intersection. Looking at the regulation, I think a point shape (traffic point) is needed and the software must calculate the factor based on the distance from each point (the road is divided into point sources).
Paragraph 2.2.5. https://eur-lex.europa.eu/legal-content/EN/TXT/PDF/?uri=CELEX:32015L0996&from=PT
On the other hand, it seems limiting to me to enter only the distance from the intersection
I hope I made myself clear.
Daniele

@danigras danigras added the bug label Mar 12, 2023
@pierromond
Copy link
Contributor

pierromond commented Mar 13, 2023

Yes, this is a critic point. The best practice and the one shared by lot of software, is it to cut your road segment near the intersection in 10 m long segment. Each one of this segment have a distance value equal to the distance between their centroid and the intersection. You can do this with some Spatial SQL function. More than a bug, this is sthg that we could implement in the software. A WPS block that prepare the road layer spliting it in small segments near intersection... Maybe in the future !

On the other hand, it seems limiting to me to enter only the distance from the intersection

You have distance, and intersection type... This is CNOSSOS-EU. But you can implement in NM the acceleration parameter also.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Major Enhancements
Awaiting triage
Development

No branches or pull requests

2 participants