Sadless74 / googletransitdatafeed

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

Sort Too Fast Travel reports by speed #184

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
feedvalidator keeps the first N (default 5) reports of each type. Currently 
it outputs 5 random "Too Fast Travel" warnings but it would be more useful 
to output the 5 fastest legs. The warning cutoff speed depends on the 
route_type so it will need to be accounted for somehow. Sort by greatest 
speed above the cutoff?

Original issue reported on code.google.com by tom.brow...@gmail.com on 8 Sep 2009 at 9:21

GoogleCodeExporter commented 9 years ago

Original comment by clancy.c...@gmail.com on 11 Sep 2009 at 10:35

GoogleCodeExporter commented 9 years ago
I've made most of this change as part of a slightly related change. Will mail 
it to
you for review within a week.

Original comment by tom.brow...@gmail.com on 30 Oct 2009 at 11:09

GoogleCodeExporter commented 9 years ago

Original comment by tom.brow...@gmail.com on 30 Oct 2009 at 11:09

GoogleCodeExporter commented 9 years ago
http://code.google.com/p/googletransitdatafeed/source/detail?r=1149 sorts these 
by 
distance. Because many of the warnings about speed are for very short time 
periods 
distance is probably a better measure of significance.

Original comment by tom.brow...@gmail.com on 13 Nov 2009 at 1:45

GoogleCodeExporter commented 9 years ago

Original comment by tom.brow...@gmail.com on 13 Nov 2009 at 1:45