Poutnik Fornntp
2014-08-09 12:36:06 UTC
*Ideas for realistic and simple bicycle ETA calculations*
It is known that calculation of Estimated time of arrival ( ETA) is quite
tricky for bicycles.
One possible approach - and I think good one - is to take into account
elevation profiles from 3rd party provided GPX routes,
but implementation can be problematic.
But there are other possible, easy approaches.
*1/- configurable avg bike speed as cheap way to realistic ETA calculation,
based on biker experience.*
Average bike speed is strongly individual and should not use hardwired
built in value like current 20 km/h. It is matter of biker condition and
wearing, a route quality and length, hill slowdowns, biker's breaks. E.g.
my experience (*) shows there is for myself good estimation of *effective
average travel speed* 15 km/s (**).
An experienced user can tweak for every trip estimated avg speed,
according to route demanding level.
(*) long 100+ km trips, low to medium luggage, counting with some
hillyness and refreshment breaks
(**) That this value is used as default in GPSMid java OSM map application.
2
*/ ETA = time + travelled_time * ( remaining_distance) / (
passed_distance )*Simple statistic, based on simplified presumption you
will travel as fast as you have travelled until now.
If taking total time including breaks ( from start, or arbitrary point ),
it counts with future breaks as well.
It may be based on road distance or even air distance, estimating the same
"curvature level".
It is known that calculation of Estimated time of arrival ( ETA) is quite
tricky for bicycles.
One possible approach - and I think good one - is to take into account
elevation profiles from 3rd party provided GPX routes,
but implementation can be problematic.
But there are other possible, easy approaches.
*1/- configurable avg bike speed as cheap way to realistic ETA calculation,
based on biker experience.*
Average bike speed is strongly individual and should not use hardwired
built in value like current 20 km/h. It is matter of biker condition and
wearing, a route quality and length, hill slowdowns, biker's breaks. E.g.
my experience (*) shows there is for myself good estimation of *effective
average travel speed* 15 km/s (**).
An experienced user can tweak for every trip estimated avg speed,
according to route demanding level.
(*) long 100+ km trips, low to medium luggage, counting with some
hillyness and refreshment breaks
(**) That this value is used as default in GPSMid java OSM map application.
2
*/ ETA = time + travelled_time * ( remaining_distance) / (
passed_distance )*Simple statistic, based on simplified presumption you
will travel as fast as you have travelled until now.
If taking total time including breaks ( from start, or arbitrary point ),
it counts with future breaks as well.
It may be based on road distance or even air distance, estimating the same
"curvature level".
--
You received this message because you are subscribed to the Google Groups "Osmand" group.
To unsubscribe from this group and stop receiving emails from it, send an email to osmand+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
For more options, visit https://groups.google.com/d/optout.
You received this message because you are subscribed to the Google Groups "Osmand" group.
To unsubscribe from this group and stop receiving emails from it, send an email to osmand+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
For more options, visit https://groups.google.com/d/optout.