Hi all,
I'm in the process of making a route planner for public transport and am running into some issues here.
Mainly, OTP seems to prefer bus routes over subway or tram, thereby taking huge detours instead of direct lines. I tried manipulating with the parameters like transferPenalty, walkBoardcost,... but to no use.
My feeling is that this is due to one of two causes:
1. OTP not linking the OSM maps with the gtfs stops of metro correctly. Therefore finding no way of getting on the metro
2. the trips for the routes we are "hoping" OTP would take differ a lot it seems. So maybe the trips around the time we are "leaving" are weird or incomplete, therefore not offering a decent option.
So what I'm hoping to find out is: Why does OTP take these huge detours? Is this really the best option? And If so: Why is it the best option and why can't it "see" options that seem a lot better to us. Options that google maps (using the same gtfs data) does see...
Thank you so much,
Marijn