MTA NYCT Paratransit Pickup On-Time Performance: Beginning 2016
Pickup On-Time Performance (OTP) measures the quality of provider service, comparing actual to promised pickup time. Trips are considered on-time if they arrive no more than 20 minutes after the promised time. This dataset also includes trips that arrive within 15 and 30 minutes of the promised time.
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-nyct-paratransit-pickup-ontime-performance-rube-svnv\".\"mta_nyct_paratransit_pickup_ontime_performance\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.