-
-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Realtime Data in general #647
Comments
Answer from Edzon: TrafficLayer Use algo parecido para cargar pbf a un grafo y luego agregarle la informacion gtfs |
deepL translation :-) Answer from Edzon: TrafficLayer Use something similar to load pbf to a graph and then add the gtfs information to it. |
I am experimenting with feeding GTFS-RT data (which I generate using PHP from mocked data, as we don't have much realtime data here available, yet) to OpenTripPlanner v2.2 Remark: Providing such StopTimeUpdates works seems to work only for trips that are not frequency based ( |
* Before we requested always the plan of the beginning of the month and 12:00 * For realtime features we should request the exact time * For non-realtime, it should not matter if we request the exact time as well
* Show arrival time if arrivalDelay is set TODO: It would be nice to-have if the time until the arrival time updates dynamically Currently it is calculated once. Also we should take into account if the phone's clock is wrong. For this we could fetch the server time during plan fetch from plan.date and calculate the offset with the phone clock and use that to correct the time stamp.
I did some proof of concept here: AddisMap#1 @SamuelRioTz comments are welcome :-) |
…r_count_down package) TODO: Also we should take into account if the phone's clock is wrong. For this we could fetch the server time during plan
We have to check if we can work with the Traffic datas that are accessable for us and create a plugin for the backend.
The text was updated successfully, but these errors were encountered: