Active And Upcoming Street Surface Permits
City of San Francisco
@usgov.city_of_san_francisco_active_and_upcoming_street_surfa_8ef380df
City of San Francisco
@usgov.city_of_san_francisco_active_and_upcoming_street_surfa_8ef380df
A. SUMMARY This table includes all active and upcoming "street use" permits issued by the Department of Public Works for activities on the street surface (not underground). It lists permits that are currently active or have a start date within the next 14 days. B. HOW THE DATASET IS CREATED This dataset is the union of two other permit tables on the open data portal:
CREATE TABLE table_1 (
"permit_number" VARCHAR,
"dba_name" VARCHAR,
"street_name" VARCHAR,
"cross_street" VARCHAR,
"permit_type" VARCHAR,
"permit_description" VARCHAR,
"status" VARCHAR,
"approved_date" VARCHAR,
"permit_start_date" VARCHAR,
"permit_end_date" VARCHAR,
"latitude" DOUBLE,
"longitude" DOUBLE,
"point" VARCHAR,
"supervisor_district" DOUBLE,
"analysis_neighborhood" VARCHAR,
"data_as_of" VARCHAR,
"data_loaded_at" VARCHAR
);Anyone who has the link will be able to view this.