-
Notifications
You must be signed in to change notification settings - Fork 254
Too Fast Travels - Can we please get a parameter to turn this off? #193
Comments
From [email protected] on October 20, 2009 18:18:49 Have you tried asked HASTUS to not round times? A vehicle can't be in two places at I've heard other people complaining about the warning when two stop_time rows have What do you think is a reasonable max speed for this route_type? Labels: Language-Python Type-Defect App-FeedValidator Priority-High |
From [email protected] on October 21, 2009 09:04:21 HASTUS does have a setting that turns off rounding, but IIRC, it's a setting for We can turn off interpolation of times between timepoints and only export timing Also, if we do provide seconds in our GTFS field, how would a consuming application |
From [email protected] on October 21, 2009 11:34:15 I agree that requiring the consumer to interpolate times does make the data harder to I'm not worried that GTFS consumers will have a hard time interpreting the seconds If you change from rounding during GTFS creation to exporting times to the nearest |
From [email protected] on October 22, 2009 05:43:21 NCTD has a big problem with this error. Between this version of the validator and |
From [email protected] on October 22, 2009 06:06:30 gonctd: "Too Fast Travels" is a warning when the difference in time is 0 seconds. Your |
From [email protected] on October 22, 2009 23:10:17 It dies (I had assumed) with an error. "The server couldn't fulfill the request. Error code: 407." I just thought that the 492,903 Warnings (A record for me, by the way) had caused the I see now ( issue 195 ) that this might not have anything to do with the large number I'm attaching a PDF of the output. |
From [email protected] on October 28, 2009 15:25:22 (No comment was entered for this change.) Status: Accepted |
From [email protected] on October 28, 2009 16:09:24 http://codereview.appspot.com/143052 suppresses the warning about travel in 0 seconds I ran this against the lacmta data and it reduced the warning count from ~493k to 264 |
From [email protected] on November 04, 2009 13:20:02 Fixed with https://code.google.com/p/googletransitdatafeed/source/detail?r=1131 to be Status: Fixed |
From [email protected] on October 20, 2009 15:01:18
What steps will reproduce the problem? 1. Try validating LA Metro's published Feed. 2. 3. What is the expected output? What do you see instead? Under 1.2.1 we had 19(?) warnings that our route short name was too long -
a condition endemic to the way we're exporting our Lines/Routes system.
Under 1.2.2, in addition, we see 492903 warnings of too fast travels.
Some of it has to do with the fact that we don't export seconds in our
HASTUS export (only minutes), the Validator assumes that, since the
minutes don't change, there was zero time between stops. (A not
unreasonable assumption, certainly, but really counterproductive to us.)
In addition, we're getting warnings of 55 kph travel on our light rail
lines (is it unreasonable that they should go that fast? - what were the
assumptions?) What version of the product are you using? On what operating system? 1.2.2 - Issue new to this version. Please provide any additional information below.
Original issue: http://code.google.com/p/googletransitdatafeed/issues/detail?id=193
The text was updated successfully, but these errors were encountered: