PSRC OD Trips
City of Seattle
@usgov.city_of_seattle_psrc_od_trips
City of Seattle
@usgov.city_of_seattle_psrc_od_trips
This layer shows total trips by mode and their corresponding emissions across different neighborhoods in Seattle. The data is mapped to census tracts.
The data in this layer has been populated using an output from the Puget Sound Regional Council's (PSRC's) regional travel demand model. This model is updated only once every few years and is therefore not ideal for frequent data updates. The City is working on procuring more frequent measured travel data from alternate sources.
For more information please visit the One Seattle Climate Portal item description page.
Organization: City of Seattle
Last updated: 2025-02-28T23:21:10.394308
Tags: climate, emissions, ose, seattle-gis-open-data
CREATE TABLE table_1 (
"objectid_1" BIGINT,
"objectid" BIGINT,
"wtr_name" VARCHAR,
"statefp10" BIGINT,
"countyfp10" BIGINT,
"tractce10" BIGINT,
"geoid10" BIGINT,
"name10" DOUBLE,
"namelsad10" VARCHAR,
"mtfcc10" VARCHAR,
"funcstat10" VARCHAR,
"aland10" BIGINT,
"awater10" BIGINT,
"intptlat10" DOUBLE,
"intptlon10" DOUBLE,
"acres_land" DOUBLE,
"acres_water" DOUBLE,
"se_anno_cad_data" VARCHAR,
"geoid10_dbl" BIGINT,
"tract10_dbl" BIGINT,
"join_objectid" BIGINT,
"tractce101" BIGINT,
"tot_trips" DOUBLE,
"tot_walking" DOUBLE,
"pc_walking" DOUBLE,
"tot_biking" DOUBLE,
"pc_biking" DOUBLE,
"tot_sov" DOUBLE,
"pc_sov" DOUBLE,
"tot_hov2" DOUBLE,
"pc_hov2" DOUBLE,
"tot_hov3" DOUBLE,
"pc_hov3" DOUBLE,
"tot_transit" DOUBLE,
"pc_transit" DOUBLE,
"tot_tnc" DOUBLE,
"pc_tnc" DOUBLE,
"tot_other" DOUBLE,
"pc_other" DOUBLE,
"trips_light" DOUBLE,
"trips_medium" DOUBLE,
"trips_heavy" DOUBLE,
"year" BIGINT,
"tract10" BIGINT,
"year_txt" BIGINT,
"shape_area" DOUBLE -- Shape, Area,
"shape_length" DOUBLE -- Shape, Length
);Anyone who has the link will be able to view this.