Temporary Street Closures
City of San Francisco
@usgov.city_of_san_francisco_temporary_street_closures
City of San Francisco
@usgov.city_of_san_francisco_temporary_street_closures
CREATE TABLE table_1 (
"objectid" BIGINT,
"case_num" BIGINT,
"case_name" VARCHAR,
"type" VARCHAR,
"status" VARCHAR,
"start_date" TIMESTAMP,
"start_time" VARCHAR,
"start_dt" VARCHAR,
"end_date" TIMESTAMP,
"end_time" VARCHAR,
"end_dt" VARCHAR,
"loc_desc" VARCHAR,
"cnn" BIGINT,
"street" VARCHAR,
"from_st" VARCHAR,
"to_st" VARCHAR,
"direction" VARCHAR,
"veh_imp" VARCHAR,
"info" VARCHAR,
"start_utc" VARCHAR,
"end_utc" VARCHAR,
"shape" VARCHAR,
"data_as_of" VARCHAR,
"data_loaded_at" VARCHAR,
"created_date" VARCHAR,
"last_edited_date" VARCHAR
);
Anyone who has the link will be able to view this.