-
Notifications
You must be signed in to change notification settings - Fork 39
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
Estimated delay in timetables #749
Comments
is it a delay for all ServiceJourneys of the calendar, or just on a specific (operational) day ? The CheckConstraint does not really express a delay, but it's usually indicating that you need to be at the stop in advance in order to have sufficient time to cross the check |
It is a delay on a ServiceJourney (for the given Availabilitycondition). E.g. the we have a TRAIN NUMBER 1234. During July thereis construction, so we get two SERVICE JOURNEY:
It is clear that this is not the idea of CheckConstraint. But there is no other mechanism in NeTEx. How would you do it? |
I recognise that it is not obvious I guess that, even if in your example it is a delay, it is more a service reorganisation due to the construction/works and it may also be early, or cancelled stops, etc. or a mix of all |
|
yes, something like that (note that derivedFromObjectRef is an attribute) ... I guess the the Description/Notice is also important for passenger information |
I think your use case are sinilar to what we use datedServiceJourney for, where we also can manage the links between multippel replacement buses to a previous planned train. |
DatedVehicleJourney can be used. One problem: These are month-long changes. So we would like to crate one for each operating day and we don't like to have a different mechanism than for ServiceJourney. We should then perhaps update the definitions in NeTEx to clearly allow this. So we also don't really want to use the UicOperatingPeriod/ValidityDayBits. |
@trurlurl Can you try to build a simple example (from an existing one with the derivedFromObject? As simple as possible. Or add it to an existing example? |
In some timetables with already know that there will be a probable delay (e.g. due to construction). We would prefer not to change the arrival and departure time (Arrival/Time and Departure/Time). We were thinking about using CheckConstraints also for that.
However, it seems we don't a CheckProcess or CheckService that reflects that.
We could use CheckProcess=none or other.
Questions:
The text was updated successfully, but these errors were encountered: