-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
How setup for bus way? #2125
Comments
"Navigation for bus" in the sense of transit routing? That is, do you have timetables for bus lines and want to optimize routes based on that? Or do you want to provide navigation for the bus driver, say, to prefer safe and still fast roads? Please elaborate! |
All, but begin from only bus for men(in OSRM have only car,foot,bicycle). I dont know how setup for other transport. |
The profiles determine whitelists / blacklists for road types, road surfaces, how to handle obstacles like barriers and access tags, and of course they determine maxspeeds. You can start by copying the Here are further resources: Note how OSRM does not do transit routing, though. If you check the OSRM-talk mailinglist archives there are posts about bus routing and transit routing coming up ever so often: |
Ok, i must create my own bus.lua from car.lua(i dunno how). May be you have your own bus.lua? |
This topic has been discussed already. OSRM is targeted at street-level routing which offers a different setting than public transportation requires. |
Hello, |
@XavierPrudent OSRM has no support for GTFS and will likely never have it. The routing information in GTFS is timetable/schedule based, it really requires a completely separate solution. There are several GTFS routers available, including /~https://github.com/mapbox/nepomuk (which is working-but-incomplete). mapbox/nepomuk#1 has a survey of open-source GTFS-capable routing engines, which is a good starting point if you're doing research. |
Thank you for this fast answer Daniel,
I am puzzled to learn that, as openTripPlanner can already handle gtfs
information.
I will look at the other routes,
Regards,
Xavier
2017-09-15 15:17 GMT-04:00 Daniel Patterson <notifications@github.com>:
… @XavierPrudent </~https://github.com/xavierprudent> OSRM has no support for
GTFS and will likely never have it. The routing information in GTFS is
timetable/schedule based, it really requires a completely separate solution.
There are several GTFS routers available, including
/~https://github.com/mapbox/nepomuk (which is working-but-incomplete).
mapbox/nepomuk#1 <mapbox/nepomuk#1> has a
survey of open-source GTFS-capable routing engines, which is a good
starting point if you're doing research.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#2125 (comment)>,
or mute the thread
</~https://github.com/notifications/unsubscribe-auth/AWa_lFLagjRd-0hEpa-joq-YM2aRoHOsks5sis1IgaJpZM4H06f6>
.
--
*Xavier Prudent *
*Data Scientist - Data Mining - Machine Learning*
Web :* www.xavierprudent.com <http://www.xavierprudent.com>*
Tel (Québec) : (514) 668 76 46
Skype : xavierprudent
|
Hi every one |
I need navigate for bus, what needed for this?
The text was updated successfully, but these errors were encountered: