Open repository in Console
Readme
Updated 1 day ago
‧ Indexed 1 hour ago
EZ Pass Readers (Tabular)
E-Z Pass readers are installed throughout NYC to determine traffic speed on local streets. The collected data were used to plan traffic calming and reorganizations of NYC streets. Projects like Midtown in Motion (MIM), a congestion management program served midtown Manhattan from 1st to 9th Avenue between 42nd to 57th Streets was conducted to make best adjustments for driver's needs.
Querying over HTTP
Splitgraph serves as an HTTP API that lets you run SQL queries directly on this data to power Web applications. For example:
curl https://data.splitgraph.com/sql/query/ddn \ -H "Content-Type: application/json" \ -d@-<<EOF {"sql": " SELECT * FROM \"cityofnewyork-us/ez-pass-readers-tabular-erdf-2akx\".\"ez_pass_readers_tabular\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.
Upstream Metadata