Mid-Block Traffic Calming Areas
City of San Francisco
@usgov.city_of_san_francisco_mid_block_traffic_calming_areas
City of San Francisco
@usgov.city_of_san_francisco_mid_block_traffic_calming_areas
A. SUMMARY This dataset contains mid-block traffic calming plan areas managed by SFTMA. Traffic calming elements include: Speed Humps, Speed Cushions, Raised Crosswalks, Traffic Islands, Chicanes, among other elements. The dataset contains "completed" projects and projects in the "pending" and "on hold" status. B. HOW THE DATASET IS CREATED This dataset is generated by SFMTA. C. UPDATE PROCESS The underlying dataset updates on an "as needed" basis. DataSF checks for updates once a week. D. HOW TO USE THIS DATASET Use this dataset to understand traffic calming across the City of San Francisco and map out traffic calming elements. E. RELATED DATASETS
CREATE TABLE table_1 (
  "row_id" BIGINT,
  "objectid" DOUBLE,
  "cnn" DOUBLE,
  "nhood" VARCHAR,
  "streetname" VARCHAR,
  "district" VARCHAR,
  "from_st" VARCHAR,
  "to_st" VARCHAR,
  "project_location" VARCHAR,
  "tc_measure" VARCHAR,
  "units" DOUBLE,
  "install_mo" DOUBLE,
  "install_yr" DOUBLE,
  "install_datetime" VARCHAR,
  "fiscal_yr" VARCHAR,
  "program" VARCHAR,
  "current_status" VARCHAR,
  "current_ti" VARCHAR,
  "next_step" VARCHAR,
  "next_step_2" VARCHAR,
  "shape" VARCHAR,
  "data_as_of" VARCHAR,
  "data_loaded_at" VARCHAR
);Anyone who has the link will be able to view this.