Traffic Signal Re-Timing
City of Austin
@usgov.city_of_austin_traffic_signal_re_timing
City of Austin
@usgov.city_of_austin_traffic_signal_re_timing
This dataset reports the progress of the Austin Transportation Department's Annual Signal Timing Program. Traffic signal engineers re-time approximately 1/3 of the city’s 1,000+ signals each year, with the goal of ensuring signals are timed for optimum safety and performance. This data powers our Signal Re-timing dashboard, available here: https://data.mobility.austin.gov/signal-timing You may also be interested in our dataset of traffic signals by re-timing corridor, available here: https://data.austintexas.gov/Transportation-and-Mobility/Synchronized-Traffic-Signal-Corridors/efct-8fs9
Organization: City of Austin
Last updated: 2020-11-12T13:27:22.551148
Tags: austin, mobility, re-timing, traffic-signals, transit, transportation
CREATE TABLE table_1 (
"atd_retiming_id" BIGINT,
"system_id" BIGINT,
"system_name" VARCHAR,
"scheduled_fy" BIGINT,
"retime_status" VARCHAR,
"status_date" VARCHAR,
"total_vol" BIGINT,
"vol_wavg_tt_pct_change" DOUBLE,
"vol_wavg_tt_seconds" DOUBLE,
"signal_count" BIGINT,
"engineer_note" VARCHAR
);Anyone who has the link will be able to view this.