the parsed GTFS CSV data
Optional
agencyConditionally Required Agency for the specified route. Required if multiple agencies are defined in agency.txt.
Optional
colorOptional
Route color (hex) matching public-facing material. Defaults to FFFFFF
if empty.
Optional
continuousConditionally Forbidden Continuous drop-off setting for the entire route. 0 - Continuous stopping drop off, 1/empty - No continuous stopping drop off, 2 - Must phone agency, 3 - Must coordinate with driver.
Forbidden if stop_times.start_pickup_drop_off_window
or stop_times.end_pickup_drop_off_window
are used.
Optional
continuousConditionally Forbidden Continuous pickup setting for the entire route. 0 - Continuous stopping pickup, 1/empty - No continuous stopping pickup, 2 - Must phone agency, 3 - Must coordinate with driver.
Forbidden if stop_times.start_pickup_drop_off_window
or stop_times.end_pickup_drop_off_window
are used.
Optional
descOptional Description of a route providing useful info, not a duplicate of short/long name.
Required Identifies a route.
Optional
longConditionally Required
Full name of a route, generally more descriptive than shortName
.
Required if route_short_name
is empty. Optional otherwise.
Optional
networkConditionally Forbidden
Identifies a group of routes. Multiple rows may share the same network_id
.
Forbidden if route_networks.txt
is used.
Optional
shortConditionally Required
Short name of a route, e.g. "32", "100X", "Green".
Required if route_long_name
is empty. Recommended otherwise.
Optional
sortOptional Orders routes for ideal presentation (smaller values displayed first).
Optional
textOptional
Text color (hex) used against the route_color
. Defaults to 000000
if empty.
Required Indicates the type of transportation used on a route. Valid options include: 0 - Tram, 1 - Subway, 2 - Rail, 3 - Bus, 4 - Ferry, 5 - Cable tram, 6 - Aerial lift, 7 - Funicular, 11 - Trolleybus, 12 - Monorail.
Optional
urlOptional
URL of a web page about the route. Should differ from agency.agency_url
.
Route Information
Details
Required - Transit routes. A route is a group of trips that are displayed to riders as a single service.