Residential Building Permits Issued And Final Since 1990
City of Seattle
@usgov.city_of_seattle_residential_building_permits_issued_an_3bed3430
City of Seattle
@usgov.city_of_seattle_residential_building_permits_issued_an_3bed3430
CREATE TABLE table_1 (
"objectid" BIGINT,
"project_address" VARCHAR,
"development_site_square_feet" DOUBLE,
"permit_number" BIGINT,
"master_user_permit_number" DOUBLE,
"permit_stage" VARCHAR,
"type_of_permit" VARCHAR,
"new_units_permitted" BIGINT,
"demolished_units_permitted" BIGINT,
"net_units_permitted" BIGINT,
"sleeping_rooms_permitted" BIGINT,
"permit_value" DOUBLE,
"type_of_dwelling_unit" VARCHAR,
"type_of_dwelling_unit_per_code" VARCHAR,
"description_of_work" VARCHAR,
"application_date" VARCHAR,
"issued_date" VARCHAR,
"year_issued" BIGINT,
"final_date" VARCHAR,
"year_finaled" DOUBLE,
"villnumb" DOUBLE,
"urban_village_name" VARCHAR,
"urban_village_type" VARCHAR,
"comp_plan_name" VARCHAR,
"comp_plan_type" VARCHAR,
"community_reporting_area_number" DOUBLE,
"community_reporting_area" VARCHAR,
"neighborhood" VARCHAR,
"council_district" DOUBLE,
"census_block_2010" DOUBLE,
"census_block_group_2010" DOUBLE,
"geoid10" DOUBLE,
"sort" DOUBLE,
"source" VARCHAR,
"xcoord_stateplane" DOUBLE,
"ycoord_stateplane" DOUBLE,
"maf_id" DOUBLE,
"devsite_id" VARCHAR,
"recordnumber" VARCHAR,
"status_color" VARCHAR,
"longitude" DOUBLE,
"latitude" DOUBLE,
"expiration_date" VARCHAR,
"zoning_all_zones" VARCHAR,
"zoning_primary_zone" VARCHAR,
"zoning_report_zone" VARCHAR,
"zoning_category" VARCHAR,
"zoning_class" VARCHAR,
"parent_construction_permit" VARCHAR,
"geoid20" DOUBLE,
"census_block_2020" DOUBLE,
"census_block_group_2020" DOUBLE,
"quarter_issued" BIGINT,
"quarter_and_year_issued" VARCHAR,
"quarter_final" DOUBLE,
"quarter_and_year_final" VARCHAR,
"condo_parcel_or_plat_y_n" VARCHAR,
"most_recent_inspection_date" VARCHAR,
"most_recent_inspection_type" VARCHAR,
"x" DOUBLE,
"y" DOUBLE
);
Anyone who has the link will be able to view this.