gis-tools-ts - v0.6.0
    Preparing search index...

    Enumeration GTFSDirectionIdConst

    Indicates the direction of travel for a trip. This field should not be used in routing; it provides a way to separate trips by direction when publishing time tables. Valid options are:

    • 0 - Travel in one direction (e.g. outbound travel).
    • 1 - Travel in the opposite direction (e.g. inbound travel). Example: The trip_headsign and direction_id fields may be used together to assign a name to travel in each direction for a set of trips. A trips.txt file could contain these records for use in time tables:
    trip_id,...,trip_headsign,direction_id
    1234,...,Airport,0
    1505,...,Downtown,1
    Index

    Enumeration Members

    Enumeration Members

    Inbound: 1

    Inbound, e.g., "Downtown"

    Outbound: 0

    Outbound, e.g., "Airport"