Traffic And Pedestrian Signal Requests
City of Austin
@usgov.city_of_austin_traffic_and_pedestrian_signal_requests
City of Austin
@usgov.city_of_austin_traffic_and_pedestrian_signal_requests
The dataset contains the ranking and status of traffic and pedestrian signal requests in Austin, TX.
Organization: City of Austin
Last updated: 2020-11-12T13:26:48.238466
Tags: mobility, pedestrians, phbs, safety, traffic, traffic-lights, traffic-signals, transit, transportation
CREATE TABLE table_1 (
"request_id" VARCHAR,
"location_name" VARCHAR,
"landmark" VARCHAR,
"request_type" VARCHAR,
"request_status" VARCHAR,
"evaluation_status" VARCHAR,
"funding_status" VARCHAR,
"evaluation_rank" DOUBLE,
"evaluation_score" DOUBLE,
"ranking_month" VARCHAR,
"ranking_year" DOUBLE,
"primary_st_block" DOUBLE,
"primary_st_prefix_direction" VARCHAR,
"primary_st" VARCHAR,
"cross_st_block" BIGINT,
"cross_st_prefix" VARCHAR,
"cross_st" VARCHAR,
"evaluation_id" VARCHAR,
"location" VARCHAR,
"request_note" VARCHAR,
"location_latitude" DOUBLE,
"location_longitude" DOUBLE
);Anyone who has the link will be able to view this.