"The trip_short_name field contains the text that appears in schedules
and sign boards to identify the trip to passengers, for example, to
identify train numbers for commuter rail trips."
Joe
[1] http://code.google.com/transit/spec/transit_feed_specification.html#trips_txt___Field_Definitions
However, the GTFS files don't contain a trip_short_name; it's not included. Is it expected to be populated in a future release of the data?
Thank you.
Wayne
Our request is specific to the way we handle the data store, rather than how the customer may or may not use it.
Apologies for not being clear in my previous post ;-)
Thank you.
Wayne
While it may work in this case at the moment, it's generally a bad
idea to pull any particular meaning out of the GTFS "*_id" fields,
since the spec treats them as opaque identifiers that the agency could
change at any time. If you're looking for correspondence with the
published train numbers, I'd encourage the agency to populate the
trip_short_name field in the longer term.
Cheers,
Joe
As I stated in a previous post, it's easy to craft a unique ID, but prefer not if one exists from the authoritative source (agency.) Another benefit of using the TRAIN # is in cross checking the application against the paper schedule; the TRAIN # is the only unique ID for a given trip (column.) The TRAIN # is also handy if one wants to assign attributes, like peak/off-peak or club car, to a TRAIN # (a.k.a. trip.)
As for a bad idea, lacking any other unique ID for the trip, Doug's suggestion will work fine in a rules-based environment; easily changed if the agency decides to alter the content.
I agree w/you that the agency should populate the data. Maybe I incorrectly assumed that someone from LIRR's Dev group monitored this list ;-)
Thanks for the feedback Joe.
Wayne