Trips Performed Schema Flashcards
(33 cards)
What is the primary key for the trips_performed table?
service_date, trip_id_performed
What is the description of the trips_performed table?
Trips performed for each service date
What is the table type of trips_performed?
Summary
What does the service_date field represent?
Service date. References GTFS
Is the service_date field required?
Yes
What does the trip_id_performed field represent?
Uniquely identifies the trip performed. It must be unique for a service_date (and it can optionally be unique across all time). It does not have to equal trip_id_scheduled
Is the trip_id_performed field required?
Yes
What does the vehicle_id field represent?
Identifies the vehicle
Is the vehicle_id field required?
Yes
What does the trip_id_scheduled field represent?
Identifies the scheduled trip associated with the trip performed. References GTFS
What does the route_id field represent?
Identifies the route. References GTFS
What does the route_type field represent?
Indicates the type of transportation used on a route. References GTFS routes.route_type including Google’s Extended Route Types GTFS extension
What are some possible values for route_type?
Tram / Streetcar / Light rail, Subway / Metro, Rail, Bus, Ferry, Cable tram, Aerial lift, Funicular, Trolleybus, Monorail
What does the ntd_mode field represent?
NTD mode, references the Modes and Types of Service section of the Introduction to the NTD Full Reporting Policy Manual
What are some possible values for ntd_mode?
Aerial Tramway, Alaska Railroad, Bus, Bus Rapid Transit, Cable Car, Commuter Bus, Commuter Rail, Demand Response, Demand Taxi, Ferryboat, Heavy Rail, Hybrid Rail, Inclined Plane, Jitney, Light Rail, Monorail/Automated Guideway, Other, Público, Streetcar, Trolleybus, Vanpool
What does the route_type_agency field represent?
Agency specific route type
What does the shape_id field represent?
Identifies a geospatial shape that describes the vehicle travel path for a trip. References GTFS
What does the pattern_id field represent?
Identifies the unique stop-path for a trip, may be distinct from GTFS shapes.shape_id
What does the direction_id field represent?
Indicates the direction of travel for a trip. References GTFS
What are the possible values for direction_id?
36526
What does the operator_id field represent?
Identifies the vehicle’s operator
What does the block_id field represent?
Identifies the block to which the trip belongs. References GTFS
What does the trip_start_stop_id field represent?
Origin stop_id. References GTFS
What does the trip_end_stop_id field represent?
Destination stop_id. References GTFS