Direction Data Type

The direction of travel for a TripPattern. This is mapped 1-to-1 in NeTEx, while in GTFS only values 0 and 1 are available, so they are mapped to OUTBOUND and INBOUND. When mapping from the model to the REST API, CLOCKWISE and ANTICLOCKWISE are also mapped to 0 and 1 (as they would also fit the description in the GTFS specification).

Values
value description
UNKNOWN
OUTBOUND
INBOUND
CLOCKWISE
ANTICLOCKWISE