Community Reporting Areas
City of Seattle
@usgov.city_of_seattle_community_reporting_areas_9451c
City of Seattle
@usgov.city_of_seattle_community_reporting_areas_9451c
Please Note : Community Reporting Areas (CRA) have been updated to follow the 2020 census tract lines which resulted in minor changes to some boundary conditions. They have also been extended into water areas to allow the assignment of CRAs to overwater housing and businesses. To exclude the water polygons from a map choose the filter, water=0.
Community reporting areas (CRAs) are designed to address a gap that existed in city geography. The task of reporting citywide information at a "community-like level" across all departments was either not undertaken or it was handled in inconsistent ways across departments.
The CRA geography provides a "common language" for geographic description of the city for reporting purposes. Therefore, this geography may be used by departments for geographic reporting and tracking purposes, as appropriate. The U.S. Census Bureau census tract geography was chosen as the basis of the CRA geography due to their stability through time and link to widely-used demographic data.
The following criteria for a CRA geography were defined for this effort:
The following existing geographies were reviewed during this effort:
This is not an attempt to identify neighborhood boundaries as defined by neighborhoods themselves.
Organization: City of Seattle
Last updated: 2025-02-28T23:34:47.737603
Tags: community-reporting-area, cra, gis, neighborhoods, planning, seattle-gis-open-data
CREATE TABLE table_1 (
"objectid" BIGINT,
"cra_id" DOUBLE,
"neighborhood_id" BIGINT,
"community_reporting_area_name" VARCHAR,
"neighborhood_names" VARCHAR,
"neighborhood_district_name" VARCHAR,
"area_acres" DOUBLE,
"area_square_miles" DOUBLE,
"se_anno_cad_data" VARCHAR,
"display_name" VARCHAR,
"water" BIGINT,
"shape_area" DOUBLE -- Shape, Area,
"shape_length" DOUBLE -- Shape, Length
);Anyone who has the link will be able to view this.