MTA Bus Speeds: 2015-2019
Bus Speeds measure how quickly buses travel along their routes. This dataset covers data between 2015 and 2019. For data from 2020 on, use https://data.ny.gov/Transportation/MTA-Bus-Speeds-Beginning-2020/6ksi-7cxr.
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-bus-speeds-20152019-cudb-vcni\".\"mta_bus_speeds_20152019\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.