Average car speed using max speed

Hi,

It appears that the production directions API is not applying the 90% max speed limit as part of CarAverageSpeedParser and it is instead using the max speed as the speed of the vehicle. This results in unrealistic driving time ETAs. I’m not sure if this is expected, but it seemed odd so thought it was worth bringing it up.

Example route:

When calculating the same route on the master branch of the graphhopper repository it applies the limit and thus the total route duration is about 7 minutes slower.

We do not use (yet) use the same speed estimates from the master branch of the open source engine for the GraphHopper Directions API.

You can read about the topic here.

We’ll investigate how to improve ETAs for New Zealand.