-
Notifications
You must be signed in to change notification settings - Fork 1
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
Show delay times #9
Comments
|
In Lufthansa API they have:
Both for depature and arrival. They also have |
The above Lufthansa API approach looks much more useful to me. |
(How would cancelled trains will be displayed?) I found now the documentation of cancelled trains in: It would be nice, if all the spreaded documentation would be here at github. So changed to it would be clearly visible. |
What about unknown delay times? https://twitter.com/ntvde/status/740084190843047937 |
the data is not mean to be realtime, just the schedule, so no delays or actual arrival/departure data is present. |
There should be data about delays in the API.
It should show in the departureBoard, arrivalBoard and journeyDetail.
Proposed format for departureBoard and arrivalBoard:
With the
isDelayed
, you indicate, whether the train is delayed. If you have a delayed train without an estimated amount of delay time, thedelayAmount
would be00:00
ornull
, but theisDelayed
still shows the fact, that the train is delayed.Proposed format for journeyDetail:
What do you think about the format?
The text was updated successfully, but these errors were encountered: