...
GTFS-RT | NOPTIS |
---|---|
id | DatedVehicleJourney.Id |
trip_update.trip.trip_id | If plannedscheduled, then VehicleJourney.Id |
trip_update.trip.route_id | Line.Gid |
trip_update.trip.direction_id | DirectionOfLine.DirectionCode → direction_id
|
trip_update.trip.start_time | DatedVehicleJourney.TimetabledStartDateTime |
trip_update.trip.start_date | DatedVehicleJourney.TimetabledStartDateTime |
trip_update.trip.schedule_relationship | If DatedVehicleJourney.VehicleJourneyState exists and is canceled, then |
trip_update.vehicle.id | MonitoredVehicleJourney.IsAssignedToVehicleGid |
trip_update.stop_time_update.stop_id | StopPoint.Gid |
trip_update.stop_time_update.stop_sequence | Departure.JourneyPatternSequenceNumber |
trip_update.stop_time_update.arrival.delay | Based on predicted arrival time and planned scheduled arrival time |
trip_update.stop_time_update.arrival.time | Arrival.ObservedDateTime or Arrival.TargetDateTime |
trip_update.stop_time_update.arrival.uncertainty |
|
trip_update.stop_time_update.arrival.schedule_relationship |
|
trip_update.stop_time_update.departure.delay | Based on predicted departure time and planned scheduled departure time |
trip_update.stop_time_update.departure.time | Departure.ObservedDateTime or Departure.TargetDateTime |
trip_update.stop_time_update.departure.uncertainty |
|
trip_update.stop_time_update.departure.schedule_relationship |
|
trip_update.timestamp | Departure.Timestamp The latest timestamp overall in the list of departures and arrivals in the current trip update |
...