Transportation - Seattle Neighborhoods
City of Seattle
@usgov.city_of_seattle_transportation_table_seattle_neighborhoods
City of Seattle
@usgov.city_of_seattle_transportation_table_seattle_neighborhoods
Table from the American Community Survey (ACS) 5-year series on transportation related topics for City of Seattle Council Districts, Comprehensive Plan Growth Areas and Community Reporting Areas. Table includes B08303 Travel Time to Work, B25044 Tenure by Vehicles Available, B08301 Means of Transportation to Work. Data is pulled from block group tables for the most recent ACS vintage and summarized to the neighborhoods based on block group assignment.
Table created for and used in the Neighborhood Profiles application.
Vintages : 2023
ACS Table(s) : B08303, B25044, B08301
Data downloaded from : Census Bureau's Explore Census Data
**
**
The United States Census Bureau's American Community Survey (ACS):
This ready-to-use layer can be used within ArcGIS Pro, ArcGIS Online, its configurable apps, dashboards, Story Maps, custom apps, and mobile apps. Da
Organization: City of Seattle
Last updated: 2024-12-16T22:35:59.646456
Tags: acs, acs-bg, american-community-survey, census, census-block-groups, demographics, gis, planning, seattle-gis-open-data, transportation
CREATE TABLE table_1 (
"objectid" BIGINT,
"neigh_no" DOUBLE,
"neighborhood_name" VARCHAR,
"neighborhood_type" VARCHAR,
"neighborhood_subtype" VARCHAR,
"acs_vinatage" VARCHAR,
"no_vehicles_available" BIGINT,
"n_1_vehicle_available" BIGINT -- 1 Vehicle Available,
"n_2_vehicles_available" BIGINT -- 2 Vehicles Available,
"n_3_or_more_vehicles_available" BIGINT -- 3 Or More Vehicles Available,
"worked_from_home" BIGINT,
"car_truck_or_van_drove_alone" BIGINT -- Car Truck Or Van - Drove Alone,
"car_truck_or_van_carpooled" BIGINT -- Car Truck Or Van - Carpooled,
"public_transportation_excluding_taxicab" BIGINT -- Public Transportation (excluding Taxicab),
"other_means" BIGINT,
"travel_time_15_minutes" BIGINT -- Travel Time <15 Minutes,
"travel_time_15_29_minutes" BIGINT,
"travel_time_30_44_minutes" BIGINT,
"travel_time_45_59_minutes" BIGINT,
"travel_time_60_89_minutes" BIGINT,
"travel_time_90_minutes" BIGINT -- Travel Time 90+ Minutes,
"walked" BIGINT,
"workers_16_years_and_over" BIGINT,
"total_households" BIGINT,
"neighborhood_type_outside_comp_plan_areas_id" VARCHAR -- Neighborhood Type (outside Comp Plan Areas Id)
);Anyone who has the link will be able to view this.