Not sure if this is the right forum - but i will be coding the solution in PHP though (i think) if thats worth anything...
Im doing a bit of work surrounding the area of journey planning, and im just wondering, how the heck do they do it?
Say for example, you want to go from a residential address in London to a residential address in Paris using public transport... How would this work...
My initial ideas are that a range of transport providers provide data over web services, and the "portal" somehow collates all the available connection points and offers various routes, or the portal suggests the quickest, shortest, cheapest...etc...
I just cant grasp how code can map a path through these connection points is it just a case of having all the data and mathametically determining the distances (possibly for shortest route), but then you need information such as average speed of the vehicle you are travelling on to determine time... etc...etc..
Im just hoping someone out there has a clearer idea than i do! Does anyone have any ideas?