Spokane St Bridge Bicycle Counter
City of Seattle
@usgov.city_of_seattle_spokane_st_bridge_bicycle_counter_60521
City of Seattle
@usgov.city_of_seattle_spokane_st_bridge_bicycle_counter_60521
The Spokane Bridge Bicycle Counter records the number of bikes that cross the bridge using the pedestrian/bicycle pathway on the south side. Inductive loops on the pathway count the passing of bicycles with travel direction. The data consists of a date/time field, east pathway count field and west pathway count field. The count fields represent the total bicycles detected during the specified one hour period.
Organization: City of Seattle
Last updated: 2024-12-16T22:34:12.396179
CREATE TABLE table_1 (
"date" VARCHAR,
"spokane_st_bridge_total" DOUBLE -- Spokane St. Bridge Total,
"east" DOUBLE,
"west" DOUBLE
);
Anyone who has the link will be able to view this.