-
Notifications
You must be signed in to change notification settings - Fork 17
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
Function to compute travel time #76
Comments
That's great to hear! I'd love it if you could devise and structured and reproducible benchmark of As for your question ... this time a more affirmative answer. There is no such function at the moment, but there definitely should and will be, also as part of #59. The basic infrastructure is all there, because it's primarily just a linear conversion, BUT the missing bit is traffic lights, which are part of the more general issue that |
Some useful insights on google travel times here |
It sounds like a great proposal. I am currently on project and I can't commit on extra tasks, but I will certainly let you know if things evolve. |
In conclusion it looks like In the studies I made, fastest route is more interesting, especially for motorized vehicles that suffer of accessibility penalties. I will nevertheless keep a close watch on |
Time-based routing started as demonstrated in #72. Two remaining aspects:
Those are now relatively straightforward and will be implemented soon. |
And actually closing here and moving to duplicate at #88 |
After our previous discussion I started making comparisons between
dodgr
and OSRM. And I have to say that this package is most impressive and shows an amazing potential.However, being more interested in travel time than distance, is there a function similar to
dodgr_dists
that could take care of this? I couldn't find it myself. If it doesn't exist, would it be a good plan for an enhancement?The text was updated successfully, but these errors were encountered: