...
GTFS-R | NOPTIS | Comment |
---|---|---|
id | Position.Nr | |
vehicle.trip.trip_id | VehicleJourney.Id | If a planned scheduled journey exists, then trip_id is used for identification, else route_id and direction_id is used. |
vehicle.trip.route_id | Line.Gid | |
vehicle.trip.direction_id | DirectionOfLine.DirectionCode → direction_id
| |
vehicle.trip.start_time | DatedVehicleJourney.TimetabledStartDateTime | Is only included if a trip is unplannedunscheduled. |
vehicle.trip.start_date | DatedVehicleJourney.TimetabledStartDateTime | Is only included if a trip is unplannedunscheduled. |
vehicle.trip.schedule_relationship | If vehicle journey exists, then | |
vehicle.position.latitude | Position.Northing | |
vehicle.position.longitude | Position.Easting | |
vehicle.position.bearing | Position.Heading | |
vehicle.position.speed | Position.Speed | |
vehicle.timestamp | Position.Timestamp | |
vehicle.vehicle.id | Position.Vehicle |
...