3 messages in com.googlegroups.googletransitRE: stop_sequence and block_id
FromSent OnAttachments
Cary Shapiro10 Apr 2008 06:30 
Devin Braun10 Apr 2008 08:24 
Dale Noll10 Apr 2008 08:42 
Subject:RE: stop_sequence and block_id
From:Devin Braun (Devi@sdmts.com)
Date:04/10/2008 08:24:51 AM
List:com.googlegroups.googletransit

Hi Cary,

The stop_sequence numbers must increase for each trip in stop_times.txt. In your example, Trip 1 and Trip 2 are two different trips, so they are separate and the stop_sequence values aren't affected by each other. So the stop sequence for Trip 1 can be 1,2,3 and for Trip 2 also 1,2,3.

-----Original Message----- From: goog@googlegroups.com [mailto:goog@googlegroups.com] On Behalf Of Cary Shapiro Sent: Thursday, April 10, 2008 6:31 AM To: Google Transit Trip Planner Subject: stop_sequence and block_id

if there are two different trips that are using the same block_id.

trip 1 has three stops in it and the stop sequence is 1,2,3 trip 2 has three stops in it and the stop sequence is 1,2,3

and both of these trips have the same block_id, but according to the spec, the stop_sequence must be in order in stop_times.txt. how does google interpret this data? would this be considered a data error? should trip 2 have a stop sequence of 4,5,6?