There is a 'timestamp' field in each entity in a VehiclePositions feed in addition to the feed's timestamp. It records the moment at which the vehicle's position was measured.
This value is important - because it's possible for the feed to be carrying older positions. In analysis of archives, measuring the latency (time difference between feed time and vehicle time) can be important. It would be great if gtfsrdb can make a column and store this value as well in the vehicle_positions table.
Ref: https://github.com/google/transit/blob/master/gtfs-realtime/spec/en/reference.md#message-vehicleposition
There is a 'timestamp' field in each entity in a VehiclePositions feed in addition to the feed's timestamp. It records the moment at which the vehicle's position was measured.
This value is important - because it's possible for the feed to be carrying older positions. In analysis of archives, measuring the latency (time difference between feed time and vehicle time) can be important. It would be great if gtfsrdb can make a column and store this value as well in the vehicle_positions table.
Present creation statement in the sqlite db: