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
680 stars 253 forks source link

Validator does not recognize 'updated' column definitions: wheelchair_boarding and trip_short_name #377

Closed bdferris closed 10 years ago

bdferris commented 10 years ago

From markgra...@gmail.com on July 24, 2014 20:45:39

What steps will reproduce the problem? 1. download "transitfeed-windows-binary-1.2.12.zip" from the download page

  1. validate this gtfs feed zip file using the downloaded windows binary: http://suntran.com/gtfs/SuntranGTFS.zip 3. See FeedValidator results web page where it complains about unrecognized columns:

"Unrecognized column wheelchair_boarding in file stops.txt."

"Unrecognized column trip_short_name in file trips.txt." What is the expected output? What do you see instead? According to https://developers.google.com/transit/gtfs/reference#trips_fields , trip_short_name is a valid column name, and https://developers.google.com/transit/gtfs/reference#stops_fields says that wheelchair_boarding is a valid column name What version of the product are you using? On what operating system? windows 7, the transitfeed-windows-binary-1.2.12.zip binary provided on the download tab Please provide any additional information below. Probably just needs to be updated since those were "proposed changes" but it seems they were accepted a while ago.

Original issue: http://code.google.com/p/googletransitdatafeed/issues/detail?id=377

bdferris commented 10 years ago

From bdfer...@google.com on September 08, 2014 19:56:22

Added support for stops.txt wheelchair_boarding in r1878 .

Status: Accepted
Owner: bdfer...@google.com
Labels: Language-Python Type-Enhancement

bdferris commented 10 years ago

From bdfer...@google.com on September 08, 2014 19:57:11

(No comment was entered for this change.)

Blocking: googletransitdatafeed:344

bdferris commented 10 years ago

From bdfer...@google.com on September 08, 2014 20:15:23

Added support for trips.txt trip_short_name in r1879 .

bdferris commented 10 years ago

From bdfer...@google.com on September 08, 2014 22:13:13

(No comment was entered for this change.)

Status: Fixed