Can Graphhopper be used to support train, plane, car route comparisons

Hi there,

I’m currently working on a research prototype to try and figure out how to compare train, plane and car journey’s plus a combination of those where you calculate the time to the airport by car, time to the train station by car and include that in journey planning.

Can Graphhopper by used like this, if it can, can you give me some pointers as to how to do implement this using Graphhopper?

Thanks,

Derek

Yes, this can be done. See e.g. rail routing and waterway routing and flight routing (or here). (And one of our early users was rome2rio.com)

Note, that all use cases that require a timetable like flights or railway might only be correctly modelled via a time-dependent graph which we only support for our GTFS module at the moment.

Hi karussell,

Thanks for your quick response!

You have been extremely helpful!

I’m going to take a look at those samples now…

Can you tell me more about the GTFS module, and it’s usage?

Thanks,

Derek

See graphhopper/reader-gtfs at master · graphhopper/graphhopper · GitHub

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.