Zoning With Development Assumptions
City of Seattle
@usgov.city_of_seattle_zoning_with_development_assumptions
City of Seattle
@usgov.city_of_seattle_zoning_with_development_assumptions
Land use zoning simplified to zoning and shoreline overlay polygons with development assumptions by zoning category.
Assumptions include floor-area-ratio, residential density, split between residential and commercial floor area in mixed use zones, redevelopment ratio thresholds and conversions between floor area and housing units and jobs.
Organization: City of Seattle
Last updated: 2025-02-28T23:23:30.377951
Tags: capacity-model-current, development-capacity, gis, land-use-zoning, planning, seattle-gis-open-data, zoning
CREATE TABLE table_1 (
"objectid" BIGINT,
"zoning" VARCHAR,
"shoreline" VARCHAR,
"class_desc" VARCHAR,
"category_desc" VARCHAR,
"zonelut" VARCHAR,
"zonelut_desc" VARCHAR,
"detail_desc" VARCHAR,
"zoning_desc" VARCHAR,
"base_zone" VARCHAR,
"devcap_zone" VARCHAR,
"category" VARCHAR,
"class" VARCHAR,
"geo" VARCHAR,
"redev_far" DOUBLE,
"res_max_rdens" DOUBLE,
"res_base_far" DOUBLE,
"res_max_far" DOUBLE,
"comm_base_far" DOUBLE,
"comm_max_far" DOUBLE,
"geo_far" DOUBLE,
"no_mha_far" DOUBLE,
"base_height" DOUBLE,
"res_max_height" BIGINT,
"comm_max_height" BIGINT,
"geo_height" DOUBLE,
"res_obs_far" DOUBLE,
"comm_obs_far" DOUBLE,
"splitres" DOUBLE,
"splitcom" DOUBLE,
"du_sqft" BIGINT,
"empl_sqft" BIGINT,
"stat_type" VARCHAR,
"ratio" DOUBLE,
"comments" VARCHAR,
"blr_category" VARCHAR,
"shape_area" DOUBLE -- Shape, Area,
"shape_length" DOUBLE -- Shape, Length
);Anyone who has the link will be able to view this.