digideskio / googletransitdatafeed

Automatically exported from code.google.com/p/googletransitdatafeed
0 stars 0 forks source link

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

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. download "transitfeed-windows-binary-1.2.12.zip" from the download page
2. 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 reported on code.google.com by markgra...@gmail.com on 25 Jul 2014 at 3:45

GoogleCodeExporter commented 8 years ago
Added support for stops.txt wheelchair_boarding in r1878.

Original comment by bdfer...@google.com on 9 Sep 2014 at 2:56

GoogleCodeExporter commented 8 years ago

Original comment by bdfer...@google.com on 9 Sep 2014 at 2:57

GoogleCodeExporter commented 8 years ago
Added support for trips.txt trip_short_name in r1879.

Original comment by bdfer...@google.com on 9 Sep 2014 at 3:15

GoogleCodeExporter commented 8 years ago

Original comment by bdfer...@google.com on 9 Sep 2014 at 5:13