...
Message: FeedEntity
GTFS-RT | NOPTIS |
---|---|
id | For If entity contains field trip_update, then:
For If entity contains field vehicle, then:
For If entity contains field alert, then:
|
trip_update | See section “Message: TripUpdate”. |
vehicle | See section “Message: VehiclePosition”. |
alert | See section “Message: Alert”. |
...
GTFS-RT | NOPTIS |
---|---|
trip.trip_id | If a vehicle journey exists, then VehicleJourney.Id is used. |
trip.route_id | Line.Gid |
trip.direction_id | DirectionOfLine.DirectionCode → direction_id
|
trip.start_time | DatedVehicleJourney.TimetabledStartDateTime |
trip.start_date | DatedVehicleJourney.TimetabledStartDateTime |
trip.schedule_relationship | If a DatedVehicleJourney.VehicleJourneyState exists and is canceled, then set to |
stop_time_update.stop_id | StopPoint.Gid |
stop_time_update.stop_sequence | Departure.JourneyPatternSequenceNumber |
stop_time_update.arrival.delay | Based on predicted arrival time and scheduled arrival time |
stop_time_update.arrival.time | Arrival.ObservedDateTime or Arrival.TargetDateTime |
stop_time_update.arrival.uncertainty |
|
stop_time_update.arrival.schedule_relationship |
|
stop_time_update.departure.delay | Based on predicted departure time and scheduled departure time |
stop_time_update.departure.time | Departure.ObservedDateTime or Departure.TargetDateTime |
stop_time_update.departure.uncertainty |
|
stop_time_update.departure.schedule_relationship |
|
vehicle.id | MonitoredVehicleJourney.IsAssignedToVehicleGid |
timestamp | Departure.Timestamp The latest timestamp overall in the list of departures and arrivals in the current trip update |
...