Tall Building Inventory
City of San Francisco
@usgov.city_of_san_francisco_tall_building_inventory
City of San Francisco
@usgov.city_of_san_francisco_tall_building_inventory
CREATE TABLE table_1 (
"objectid" BIGINT,
"polygon" VARCHAR,
"name" VARCHAR,
"address" VARCHAR,
"mapblocklot" VARCHAR,
"mbl_unique" VARCHAR,
"date" BIGINT,
"retrofit_date" DOUBLE,
"description" VARCHAR,
"height_ft" DOUBLE,
"stories_above_grade" DOUBLE,
"stories_below_grade" DOUBLE,
"occupancy" VARCHAR,
"structural_material" VARCHAR,
"structural_system" VARCHAR,
"structural_types" VARCHAR,
"facade_material" VARCHAR,
"foundation_system" VARCHAR,
"borp_report" VARCHAR,
"instrumented" VARCHAR,
"square_footage" DOUBLE,
"fire_resistence_type" VARCHAR,
"percent_sprinklered" DOUBLE,
"liquefaction_potential" VARCHAR,
"bedrockdepth_mean" DOUBLE,
"bedrockdepth_max" DOUBLE,
"bedrockdepth_min" DOUBLE,
"permit_date_1" DOUBLE,
"permit_date_2" DOUBLE,
"permit_date_3" DOUBLE,
"completion_date" DOUBLE,
"building_code_year" VARCHAR,
"base_plan_size" VARCHAR,
"tower_plan_size" VARCHAR,
"typ_story_height" VARCHAR,
"attyp_story_height" VARCHAR,
"architectural_notes" VARCHAR,
"atrium_location" VARCHAR,
"mep_levels" VARCHAR,
"site_class" VARCHAR,
"foundation_info" VARCHAR,
"collected_on" TIMESTAMP,
"primary_source" VARCHAR,
"shape_length" DOUBLE,
"shape_area" DOUBLE
);
Anyone who has the link will be able to view this.