Questions for Brian or the rest of the list:
On 05/08/2013 12:56 AM, Brian Ferris wrote:
> I take a pretty liberal view of block
> transfers: if two trips have the same block_id and the end of the
> incoming trip is sufficiently near in time to the start time of the
> outgoing trip, then they should be linked.
Is this independent of proximity? For example, do two trips with the
same block ID, but where the end of the first trip and the beginning of
the second trip are separated by 2 hours and 50km allow a block
transfer? This example case would almost certainly be a mistake, and you
might want to detect it in a feed validator, but any accept/reject
heuristics we apply would be pretty arbitrary.
If a feed provider uses block IDs internally to indicate all trips made
by the same vehicle (i.e. to help with real-time position systems), but
they sometimes have dead runs which passengers are not allowed to use in
block transfers, it is the feed provider's responsibility to change the
block ID after a dead run that is skipped in the feed export?
-Andrew