Sadless74 / googletransitdatafeed

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

feedvalidator not catching out of order stoptimes in stop_times.txt #100

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create a feed that the stop_times.txt contains stop times that are out 
of order.
2. Validate feed using feedvalidator.py
3. If feed is submitted it will come back as having errors

What is the expected output? What do you see instead?
The expected output should contain a list a of errors in the 
stop_times.txt file, except the feedvalidator says there are none.

What version of the product are you using? On what operating system?
Version 1.1.6 on Win XP

Please provide any additional information below.

Original issue reported on code.google.com by asamuel0...@gmail.com on 15 Oct 2008 at 9:30

GoogleCodeExporter commented 9 years ago
The lines in the file stop_times.txt don't need to be in order. The parser 
reads all
lines, grouping by trip_id and then sorting by stop_sequence. An unfortunate
consequence of this design decision is that parsing takes lots of memory. Please
reopen if I've misinterpreted your bug. An example would help explain your 
problem.

Original comment by tom.brow...@gmail.com on 15 Oct 2008 at 9:45

GoogleCodeExporter commented 9 years ago

Original comment by bdfer...@google.com on 26 Sep 2014 at 4:36