Sadless74 / googletransitdatafeed

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

transfers.txt support of stations #223

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
According to the spec from_stop_id and to_stop_id get this handling "If the 
stop ID refers to a station that contains multiple stops, this transfer rule 
applies to all stops in that station."
This should be accounted for when validating. In particular checks for 
duplicate transfers (issue 140) should catch things like

from_stop,to_stop,transfer_type
stop_a,parent_of_a_and_b,0
parent_of_a_and_b,stop_b,3

Original issue reported on code.google.com by tom.brow...@gmail.com on 22 Feb 2010 at 5:41

GoogleCodeExporter commented 9 years ago
Moved to https://github.com/google/transitfeed/issues/223

Original comment by bdfer...@google.com on 8 Oct 2014 at 12:16