Red Light Camera Locations
City of Chicago
@usgov.city_of_chicago_red_light_camera_locations
City of Chicago
@usgov.city_of_chicago_red_light_camera_locations
This dataset shows the location, first operational date, and approaches of the red light cameras in the City of Chicago. The approach describes the originating direction of travel which is monitored by a red light camera.
Organization: City of Chicago
Last updated: 2020-11-10T16:55:26.547562
Tags: red-light-cameras, traffic, transportation
CREATE TABLE table_1 (
"intersection" VARCHAR,
"first_approach" VARCHAR,
"second_approach" VARCHAR,
"third_approach" VARCHAR,
"go_live_date" TIMESTAMP,
"latitude" DOUBLE,
"longitude" DOUBLE,
"location" VARCHAR
);Anyone who has the link will be able to view this.