Brooklyn Bridge Automated Pedestrian Counts Demonstration Project
City of New York
@usgov.city_of_new_york_brooklyn_bridge_automated_pedestrian__31ac82c3
City of New York
@usgov.city_of_new_york_brooklyn_bridge_automated_pedestrian__31ac82c3
DOT is testing automated technology to count pedestrians. The counter is located on the Manhattan approach of the Brooklyn Bridge.
Organization: City of New York
Last updated: 2020-11-10T17:01:00.031159
Tags: count, pedestrian
CREATE TABLE table_1 (
"hour_beginning" VARCHAR,
"location" VARCHAR,
"pedestrians" BIGINT,
"towards_manhattan" BIGINT,
"towards_brooklyn" BIGINT,
"weather_summary" VARCHAR,
"temperature" DOUBLE,
"precipitation" DOUBLE,
"lat" DOUBLE,
"long" DOUBLE,
"events" VARCHAR,
"location1" VARCHAR
);Anyone who has the link will be able to view this.