Skip to content

Instantly share code, notes, and snippets.

@barbeau
Created November 13, 2014 22:15
Show Gist options
  • Save barbeau/2beb20f6111d1ab909c9 to your computer and use it in GitHub Desktop.
Save barbeau/2beb20f6111d1ab909c9 to your computer and use it in GitHub Desktop.
PSTA GTFS-rt Issue 1 - CD GTFS-rt feed extra arrival time
*GTFS data*
stop_id stop_code stop_name stop_desc stop_lat stop_lon
69, 2995, GATEWAY MALL - SHELTER - 1, 27.831, -82.6444
route_id, service_id, trip_id, trip_headsign, direction_id, block_id, shape_id
58, 246, 1135174020, GATEWAY MALL, 0, 15970702, 58:01:00
58, 246, 1135124020, SEMINOLE MALL, 1, 15970702, 58:52:00
trip_id, arrival_time, departure_time, stop_id, stop_sequence
...
1135174020, , , 77, 64
1135174020, , , 78, 65
1135174020, , , 971, 66
1135174020, , , 68, 67
1135174020, 17:20:00, 17:20:00, 69, 68
1135124020, 17:30:00, 17:30:00, 69, 1
1135124020, , , 745, 2
1135124020, , , 746, 3
1135124020, , , 747, 4
1135124020, , , 2405, 5
...
*GTFS-rt data*
entity {
id: "59"
trip_update {
trip {
trip_id: "1135124020"
route_id: "58"
}
stop_time_update {
arrival {
time: 1415917798
}
stop_id: "69"
}
timestamp: 1415916019000
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment