Automated Speed Enforcement Citations
City of San Francisco
@usgov.city_of_san_francisco_automated_speed_enforcement_citations
City of San Francisco
@usgov.city_of_san_francisco_automated_speed_enforcement_citations
CREATE TABLE table_1 (
"date" VARCHAR,
"site_id" VARCHAR,
"location" VARCHAR,
"enforcement_type" VARCHAR,
"dow" VARCHAR,
"issued_warnings" BIGINT,
"issued_citations" BIGINT,
"posted_speed" BIGINT,
"avg_issued_speed" DOUBLE,
"n__11_to_15_mph_over" BIGINT,
"n__16_to_20_mph_over" BIGINT,
"n__21_plus_mph_over" BIGINT,
"point" VARCHAR,
"latitude" DOUBLE,
"longitude" DOUBLE,
"analysis_neighborhood" VARCHAR,
"supervisor_district" BIGINT,
"data_as_of" VARCHAR,
"data_loaded_at" VARCHAR
);
Anyone who has the link will be able to view this.