Sadless74 / googletransitdatafeed

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

Check stop <--> shape point distance in validator #43

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Some GTFS users (such as Google Maps) will ignore shapes attached to a trip
if the stops aren't close enough to points on the shape.  It would be nice
to catch that condition in the validator and generate a warning.

Original issue reported on code.google.com by joe.hugh...@gmail.com on 12 Feb 2008 at 9:29

GoogleCodeExporter commented 9 years ago
There is a warning if the stop is more than MAX_DISTANCE_FROM_STOP_TO_SHAPE 
(1000m) 
from the shape, but it only works when shape_dist_traveled is used. I'll mark 
as 
fixed. When transitfeed can match shapes to trips without shape_dist_traveled 
some 
tweaks may be needed.

Original comment by tom.brow...@gmail.com on 18 Sep 2009 at 3:11