MTA Bus Wait Assessment: Beginning 2020
Wait Assessment measures how evenly buses are spaced. This dataset covers data from 2020 and on. For data between 2015 and 2019, use dataset https://data.ny.gov/Transportation/MTA-Bus-Wait-Assessment-2015-2019/bmix-dpzc.
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-wait-assessment-beginning-2020-swky-c3v4\".\"mta_bus_wait_assessment_beginning_2020\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.