-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
bicycle routing #12
Comments
a good description of how cyclestreets.net imports, filters and proceses OSM data to handle bike routing in UK/Ireland: http://www.cyclestreets.net/journey/help/osmconversion/ |
Thanks. Feedback very much appreciated. |
See also issue #10. |
how do i specify bike profile in the request to the server? |
Emil, what do you think? How far are we along? |
i think we're doing very well, thank you for all your efforts! to reach a first milestone of a useable bike router, i think what's mainly missing is some additional tag parsing, like the cycleway=opposite*, which i know this should be in the pipeline. i suspect there might be others, but it shouldn't be a big thing to implement. looking beyond that, there are some things that would be very nice:
but overall i think things are progressing nicely indeed. a lot of bugs have been squashed - i now have a significantly harder time finding bugs :-) and i actually get sensable routes most of the time. |
The cycleway parsing is undergoing tests right now. It may arrive monday or tuesday. Turn costs can be used in principle. All technical prerequisites are there. Only a thorough modelling of turn costs is lacking. Same holds for elevation measures which uses the NASA data. It's there but misses a good modelling of a height penalty. OSM tags are too unreliable for that, unfortunately. Also, traffic light penalties are coming sooner than later. |
sounds great! regarding height tags in osm, why do you think they're unreliable? because they're not widely used? |
regarind traffic ights and turn penalties - i assume this would be settings in the speedprofile, where you can adjust the penalties? it would be interesting for me to experiment with this. |
regarding pushing bikes against oneways streets: #78 |
i'm closing this, as it's overly broad. individual elements are covered in individual issues. several things are not yet implemented, like elevantion, separate speed/impedance and turn penalties. |
osrm should handle bike routing
The text was updated successfully, but these errors were encountered: