Zoned Development Capacity By Development Site Current
City of Seattle
@usgov.city_of_seattle_zoned_development_capacity_by_developm_acb3990f
City of Seattle
@usgov.city_of_seattle_zoned_development_capacity_by_developm_acb3990f
This layer is the output of the City of Seattle Zoned Development Capacity Model. To estimate potential development, the City of Seattle maintains a zoned development capacity model that compares existing development to an estimate of what could be built under current zoning. The difference between potential and existing development yields the capacity for new development measured as the number of housing units and the number of potential jobs that could be added.
Knowledge about capacity enables the City to determine the effects of proposed zoning changes, policy revisions and development trends. It also aids in setting and allocating the 20-year growth targets that must be accommodated by the City’s Comprehensive Plan.
The model is based on development sites and land use zoning maintained by the Department of Construction and Inspections. Model results for any given development site are not a prediction that a certain amount of development will occur in some fixed time period.
The actual level of development activity that occurs is a function of a variety of future factors, many of which are beyond our ability to predict or influence. These factors include such things as the future demand for a particular type of development (such as for townhouses, high-amenity multifamily or small-unit multifamily), whether the owner of any particular land is willing to sell or redevelop it, the financial feasibility of developing the land, and the intensity of development when it does occur. Other factors, such as the relative attractiveness of certain areas for living and commerce, and the relative densities allowed by the existing zoning, can cause some areas to be developed earlier or later than others. No one can predict with certainty the total effect of all these factors on the choices made by land developers.
See the data in action in this web app.
Supporting resources :
Environmentally Critical Areas
Disclaimer: This map is the product of an analytical model. The model
Organization: City of Seattle
Last updated: 2025-02-28T23:29:04.756446
Tags: buildable-lands, capacity-model-current, development-capacity, gis, planning, seattle-gis-open-data, zoned-capacity, zoning
CREATE TABLE table_1 (
"objectid" BIGINT,
"development_site_id" VARCHAR,
"development_site_total_area_sqft" BIGINT -- Development Site Total Area (sqft),
"point_x_state_plane" DOUBLE -- POINT X (state Plane),
"point_y_state_plane" DOUBLE -- POINT Y (state Plane),
"latitude" DOUBLE,
"longitude" DOUBLE,
"development_site_address" VARCHAR,
"property_name" VARCHAR,
"development_site_land_area_sqft" DOUBLE -- Development Site Land Area (sqft),
"development_site_developable_area_sqft" DOUBLE -- Development Site Developable Area (sqft),
"development_site_developable_area_zoning_parts_sqft" DOUBLE -- Development Site Developable Area Zoning Parts (sqft),
"land_use_code" DOUBLE,
"detailed_existing_land_use" VARCHAR,
"existing_land_use" VARCHAR,
"zoning" VARCHAR,
"base_zoning" VARCHAR,
"mandatory_housing_tier" VARCHAR,
"zoning_geographic_overlay" VARCHAR,
"zoning_category" VARCHAR,
"zoning_class" VARCHAR,
"zoning_type" VARCHAR,
"urban_village_number" DOUBLE,
"urban_village_name" VARCHAR,
"census_block_id_2010" DOUBLE -- Census Block ID (2010),
"housing_needs_assessment_area" VARCHAR,
"ownership_type" VARCHAR,
"tax_status" VARCHAR,
"existing_single_family_units" DOUBLE,
"existing_multi_family_units" DOUBLE,
"existing_housing_units" DOUBLE,
"existing_building_total_sqft" DOUBLE,
"existing_residential_sqft" DOUBLE,
"existing_commercial_sqft" DOUBLE,
"improvement_value" DOUBLE,
"land_value" DOUBLE,
"landmark_y" VARCHAR -- Landmark (Y),
"year_built" DOUBLE,
"existing_employment_imputed" DOUBLE -- Existing Employment (imputed),
"potential_floor_area_total_highest_use" DOUBLE -- Potential Floor Area Total (highest Use),
"potential_housing_units_all_residential_development" DOUBLE -- Potential Housing Units (all Residential Development),
"potential_housing_units_mixed_use" DOUBLE -- Potential Housing Units (mixed Use),
"potential_commercial_floor_area_all_commercial_development" DOUBLE -- Potential Commercial Floor Area (all Commercial Development),
"potential_commercial_floor_area_mixed_use" DOUBLE -- Potential Commercial Floor Area (mixed Use),
"potential_employment_mixed_use" DOUBLE -- Potential Employment (mixed Use),
"residential_additional_housing_unit_capacity" DOUBLE,
"commercial_additional_floor_area_capacity" DOUBLE,
"employment_additional_job_capacity" DOUBLE,
"ratio_type" VARCHAR,
"ratio_threshold" DOUBLE,
"improvement_to_land_value_ratio" DOUBLE,
"development_ratio" DOUBLE,
"development_status_residential" VARCHAR -- Development Status (residential),
"development_status_commercial" VARCHAR -- Development Status (commercial),
"mandatory_housing_fee_area" VARCHAR,
"development_site_status" VARCHAR,
"redevelopment_status" VARCHAR,
"total_additional_floor_area_capacity" DOUBLE,
"environmentally_critical_area_impact" VARCHAR,
"census_block_id_2020" DOUBLE -- Census Block ID (2020),
"market_factor_additional_floor_area_capacity" DOUBLE,
"market_factor_commercial_additional_floor_area_capacity" DOUBLE,
"market_factor_residential_additional_housing_unit_capacity" DOUBLE,
"market_factor_employment_additional_job_capacity" DOUBLE,
"comprehensive_plan_area_name" VARCHAR,
"comprehensive_plan_type" VARCHAR,
"shape_area" DOUBLE -- Shape, Area,
"shape_length" DOUBLE -- Shape, Length
);Anyone who has the link will be able to view this.