Speed Camera Violations
City of Chicago
@usgov.city_of_chicago_speed_camera_violations
City of Chicago
@usgov.city_of_chicago_speed_camera_violations
CREATE TABLE table_1 (
"address" VARCHAR,
"camera_id" VARCHAR,
"violation_date" TIMESTAMP,
"violations" BIGINT,
"x_coordinate" DOUBLE,
"y_coordinate" DOUBLE,
"latitude" DOUBLE,
"longitude" DOUBLE,
"location" VARCHAR
);
Anyone who has the link will be able to view this.