Closed GoogleCodeExporter closed 9 years ago
Thank you for addressing this problem! Before we merge your code please affirm
that
you are releasing it under the same terms as the transitfeed package. For more
details
see http://code.google.com/p/googletransitdatafeed/wiki/CodeReview
Then you can either let go of it or make some changes during a code review.
From a
glance it looks like the right idea. My only big concern is the performance
impact of
calling trip.GetStopTimes on every trip with a block_id. The -p command line
flag may
help you decide if it is really a problem.
Original comment by tom.brow...@gmail.com
on 26 Mar 2010 at 7:40
I so affirm that I am releasing said patch under the terms of the transitfeed
package.
I'm hoping that the performance impact of the check won't be any different than
the ValidateTrips() call that gets
made in the same validation pass. ValidateTrips() does a similar loop over all
trips, calling trip.GetStopTimes().
Maybe I'm misinterpreting?
Either way, I will try to find a linux machine to run the performance check on.
Original comment by bdfer...@gmail.com
on 26 Mar 2010 at 7:46
Original issue reported on code.google.com by
bdfer...@gmail.com
on 25 Mar 2010 at 8:17Attachments: