NeTEx-CEN/NeTEx

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

Opened this issue · 3 comments

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?

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

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

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