Motivation:
Many agencies have a few trips per day that follow unusual paths for
that route. For instance, most trips on the BART rail system in the
San Francisco bay area stop at either SFO Airport or Millbrae, but not
both. However, a few trips per day (usually in the late night/early
morning) stop at both. When displaying summary views of the route,
some clients might want to exclude the uncharacteristic trips.
Proposal:
The following field would be added to trips.txt:
--------------------------------
trip_type (optional):
The trip_type field characterizes the path (sequence of stops) that
this trip visits. The allowable values are:
"0" - the trip follows a typical path
"1" - the trip follows an unusual path, something that the route does
only a few times a day or on special occasions. A trip should be
given this value if riders wouldn't expect the route to follow this
path.
If the field is omitted, all trips are treated as though they have
trip_type "0".
--------------------------------
Discussion:
While this meets the basic need, one could argue that the format would
be better served by a more explicit notion of "trip patterns"; that
is, giving each trip a pattern ID that groups it with similar trips.
We could then mark certain patterns as atypical, rather than marking
the individual trips.
Your thoughts?
Joe Hughes
Google