Speed Limits Per Street Segment
City of San Francisco
@usgov.city_of_san_francisco_speed_limits_per_street_segment
City of San Francisco
@usgov.city_of_san_francisco_speed_limits_per_street_segment
CREATE TABLE table_1 (
"objectid" BIGINT,
"cnn" BIGINT,
"street" VARCHAR,
"st_type" VARCHAR,
"from_st" VARCHAR,
"to_st" VARCHAR,
"speedlimit" BIGINT,
"schoolzone" VARCHAR,
"schoolzone_limit" BIGINT,
"mtab_date" VARCHAR,
"mtab_motion" VARCHAR,
"mtab_reso_text" VARCHAR,
"status" VARCHAR,
"workorder" VARCHAR,
"install_date" VARCHAR,
"shape" VARCHAR,
"data_as_of" VARCHAR,
"data_loaded_at" VARCHAR,
"analysis_neighborhood" VARCHAR,
"supervisor_district" VARCHAR
);
Anyone who has the link will be able to view this.