google / transitfeed

A Python library for reading, validating, and writing transit schedule information in the GTFS format.
https://github.com/google/transitfeed/wiki
Apache License 2.0
679 stars 254 forks source link

Example Feed on developer.google.com is Not Formatted Correctly #482

Open millanca opened 5 years ago

millanca commented 5 years ago

I downloaded sample-feed.zip from https://developers.google.com/transit/gtfs/examples/gtfs-feed and it turns out the stop_times.txt has an incorrect csv field in the header. It has "drop_off_time" instead of the correct "drop_off_type" that is listed on the reference page. sample-feed.zip

trip_id,arrival_time,departure_time,stop_id,stop_sequence,stop_headsign,pickup_type,drop_off_time,shape_dist_traveled

barbeau commented 5 years ago

Thanks @Sapex007! Looks like we fixed this in the source data here: https://github.com/google/transit/commit/ccd026ef02aea3eb7f0f38809e2e3a0df5f764aa

...but the change hasn't been propagated to the developer.google.com site yet. I'll leave this issue open until that's fixed.