Reputation: 11
I am working with opentripplanner to show trips and stops and I can work fine with GTFS. Now, I want to work with GTFS Real Time, but I don't know how to generate pb files. What are the first steps to work with GTFS Real Time?
Upvotes: 1
Views: 1444
Reputation: 9438
OpenTripPlanner consumes GTFS-RT feeds. Usually, these realtime feeds are generated by the transit agencies and you can just create a realtime updater in the OTP config. See this entry in the docs: http://docs.opentripplanner.org/en/latest/Configuration/#real-time-data
Upvotes: 0