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

max speed lower mean speed? #5787

Closed
fagnersutel opened this issue Jul 1, 2019 · 3 comments
Closed

max speed lower mean speed? #5787

fagnersutel opened this issue Jul 1, 2019 · 3 comments

Comments

@fagnersutel
Copy link

maxspeed is less than meanspeed, why?

<edge id=":0_0" traveltime="0.87">
                <lane id=":0_0_0" CO="0.00" CO2="0.00" NOx="0.00" PMx="0.00" HC="0.00" noise="0.00" fuel="0.00" electricity="0.00" maxspeed="12.50" meanspeed="45.00" occupancy="0.00" vehicle_count="0"/>
            </edge>
            <edge id=":0_1" traveltime="1.84">
                <lane id=":0_1_0" CO="0.00" CO2="0.00" NOx="0.00" PMx="0.00" HC="0.00" noise="0.00" fuel="0.00" electricity="0.00" maxspeed="12.50" meanspeed="45.00" occupancy="0.00" vehicle_count="0"/>
            </edge>
@ZoltanBaksa
Copy link

Maxspeed is in m/s, mean speed is in Km/h, it's a bug

@fagnersutel
Copy link
Author

But 12,5m/s = 45 km/h, two columns with equal values in different scales?

@behrisch
Copy link
Contributor

behrisch commented Jul 2, 2019

@fagnersutel There is usually a difference between maxspeed and meanspeed. They are just identical in this example and the unit was wrong for maxspeed

namdre added a commit that referenced this issue Jul 3, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants