Street Vending Permits
City of San Francisco
@usgov.city_of_san_francisco_street_vending_permits
City of San Francisco
@usgov.city_of_san_francisco_street_vending_permits
A. SUMMARY This dataset contains all Street Vendor Permits issued by the Department of Public Works whose status is active or approved including the approximate location of the vendor. B. HOW THE DATASET IS CREATED The dataset pulls permit information from the Department of Public Works system of record. C. UPDATE PROCESS This dataset will refresh once a week, though the underlying data can be updated at any time. D. HOW TO USE THIS DATASET Use this dataset to understand the location, goods sold, and type of permit issued for street vendors. Please note that "roaming" vendors will not have a latitude or longitude. Learn more about the program here. E. RELATED DATASETS
CREATE TABLE table_1 (
"id" VARCHAR,
"dbaname" VARCHAR,
"permit_number" VARCHAR,
"expiration_date" VARCHAR,
"whatwillyoubeselling" VARCHAR,
"describewhatyouwillsell" VARCHAR,
"hoursofoperation" VARCHAR,
"typeofvendor" VARCHAR,
"vendinglocationstreet" VARCHAR,
"vendinglocationcrossstreet" VARCHAR,
"sideofthestreet" VARCHAR,
"distancefromcrossstreet" VARCHAR,
"beinfrontof" VARCHAR,
"longitude" DOUBLE,
"latitude" DOUBLE,
"point" VARCHAR,
"analysis_neighborhood" VARCHAR,
"supervisor_district" DOUBLE,
"data_as_of" VARCHAR,
"data_loaded_at" VARCHAR
);Anyone who has the link will be able to view this.