Pittsburgh Regional Transit Scheduled Trip Counts
Allegheny County / City of Pittsburgh / Western PA Regional Data Center
@usgov.allegheny_county_city_of_pitts_port_authority_schedule_35a3937a
Allegheny County / City of Pittsburgh / Western PA Regional Data Center
@usgov.allegheny_county_city_of_pitts_port_authority_schedule_35a3937a
This dataset lists Pittsburgh Regional Transit scheduled bus and rail trip counts and distances since November 2016.
For convenience, this data is published in several formats:
Port Authority makes quarterly schedule adjustments that include adding and removing trips on certain routes to better serve riders. These schedule adjustments are called "picks" and correspond to the year and month of the schedule change, e.g. the November 2016 pick is known as 1611.
Organization: Allegheny County / City of Pittsburgh / Western PA Regional Data Center
Last updated: 2020-11-30T02:50:16.166978
Tags: bus, picks, public-transit, rail, schedules, timetable, transit, transportation, trip-count, trip-distance, trips
CREATE TABLE detailed_daily_scheduled_trips (
"service_context" VARCHAR,
"schedule_type" VARCHAR,
"booking" BIGINT,
"number_of_insrv_trip_s" BIGINT -- Number.of.InSrv.Trip.s.,
"garage" BIGINT,
"route" VARCHAR,
"trip_start" VARCHAR,
"trip_end" VARCHAR,
"trip_block" VARCHAR,
"trp_off_serv_duration" DOUBLE,
"trp_in_serv_duration" DOUBLE,
"trp_layover_duration" DOUBLE,
"trp_total_duration" DOUBLE,
"trp_in_serv_dist" DOUBLE -- Trp.In.Serv.Dist.,
"trp_off_serv_dist" DOUBLE -- Trp.Off.Serv.Dist.,
"trp_dist" DOUBLE -- Trp.Dist.,
"speed_inbound" VARCHAR,
"speed_outbound" VARCHAR,
"trip_variant" VARCHAR,
"trip_is_pull_out" VARCHAR,
"trip_is_pull_in" VARCHAR,
"trip" BIGINT -- Trip..,
"internal_trip" BIGINT -- Internal.Trip..,
"day_type" VARCHAR
);CREATE TABLE monthly_scheduled_trips (
"pickid" VARCHAR,
"datekey" BIGINT,
"route" VARCHAR,
"routecode" VARCHAR,
"daily_trip_dist" DOUBLE,
"daily_trip_count" BIGINT,
"day_type_join" VARCHAR,
"route_full_name" VARCHAR,
"current_garage" VARCHAR,
"mode" VARCHAR
);Anyone who has the link will be able to view this.