I recently looked into this for a few hours. This may help you getting started:
GTFS transit feed specification, examples, ecosystem: https://developers.google.com/transit/gtfs/#overview-of-a-gtfs-feed https://github.com/google/transit/tree/master/gtfs-realtime Publicly listed GTFS feeds: https://code.google.com/p/googletransitdatafeed/wiki/PublicFeeds Good overview; you can find tools in OtherTools: https://code.google.com/p/googletransitdatafeed/w/list If you want to implement the transit routing yourself, a solid start is Connection Scan --- "Intriguingly Simple and Fast Transit Routing" quite easy to implement but also has its limitations. Cheers, Daniel J H On Fri, Nov 20, 2015 at 10:19 AM, Patrick Niklaus < [email protected]> wrote: > No, it is not really suited for routing that requires information > about schedules (like time tables). > > On Fri, Nov 20, 2015 at 4:05 PM, Kostadin Moraliev <[email protected]> > wrote: > > Hello, > > Can I use osrm-routed engine for public transport routes? > > I tried to find some info, but without success. > > > > > > _______________________________________________ > > OSRM-talk mailing list > > [email protected] > > https://lists.openstreetmap.org/listinfo/osrm-talk > > > > _______________________________________________ > OSRM-talk mailing list > [email protected] > https://lists.openstreetmap.org/listinfo/osrm-talk >
_______________________________________________ OSRM-talk mailing list [email protected] https://lists.openstreetmap.org/listinfo/osrm-talk
