SIRI references pointing to ScheduledStopPoint
instead of Quay
#6340
Labels
Improvement
A functional improvement
ScheduledStopPoint
instead of Quay
#6340
Background
South Tyrol in Italy has a SIRI feed where the
<StopPointRef>
elements point toScheduledStopPoint
and notQuay
.After a lot of discussions with the NeTEx authors as well as the Entur authors, we agreed that OTP should support
ScheduledStopPoint
references in SIRI as well asQuay
.Design
To achieve this I propose the following design:
Here is a diagram showing the NeTEx data model and its closest equivalent in the OTP model.
Here are the key data flows:
TimetableRepository
will have a new map fromScheduledStopPointId
toQuayId
TimetableRepository
is then is then injected intoTransitService
which is injected into the SIRI updaterscc @rcavaliere @t2gran
The text was updated successfully, but these errors were encountered: