Open repository in Console
Readme
Updated 1 year ago
‧ Indexed 11 months ago
MTA Bridges & Tunnels Daily Traffic Rates by Vehicle Class: 2005-2023
This dataset provides data showing the number of vehicles (including cars, buses, trucks and motorcycles) that pass through each of the nine bridges and tunnels operated by the MTA each day.
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 \"ny-gov/mta-bridges-tunnels-daily-traffic-rates-by-vehicle-dtj7-qync\".\"mta_bridges_tunnels_daily_traffic_rates_by_vehicle\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.
Upstream Metadata