Skip to content
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

Does NeTEx have an option to define the turn of the day per TimetableFrame / DataSource / Operator etc. #735

Open
skinkie opened this issue May 31, 2024 · 3 comments
Assignees
Labels
Milestone

Comments

@skinkie
Copy link
Contributor

skinkie commented May 31, 2024

Quite some operators define rules at what time their operational day changes in the next day. This is relevant for example ticketing, but is also relevant for realtime matching. Is there anything in NeTEx that allows to encode this midnight, 3am, etc. turn time?

@ue71603 ue71603 added this to the netex_2.0 milestone Jun 5, 2024
@ue71603 ue71603 assigned skinkie and unassigned nick-knowles, Aurige and ue71603 Jun 22, 2024
@ue71603
Copy link
Contributor

ue71603 commented Jun 22, 2024

@skinkie In OperatingDay we have the DaySpanGroup. It contains EarliestTime and DayLength. Doesn't that fit your bill?

@skinkie
Copy link
Contributor Author

skinkie commented Jun 22, 2024

That would fit the bill if it can be defined for all. So looking for something at the calendar level?

@ue71603
Copy link
Contributor

ue71603 commented Jun 22, 2024

It is defined on the OperatingDay itself. It is however missing on the OperatingPeriod (when using FromDate/ToDate instead of FromOperatingDayRef and ToOperatingDayRef

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants