Open repository in Console
Readme
Updated 12 months ago
‧ Indexed 11 months ago
MTA NYCT Paratransit Ride Time: Beginning 2017
Ride Time measures customer trip duration. Actual vs. Scheduled presents travel time variance, Average Travel Time presents the average actual trip duration, and Max Ride Time by trip distance category.
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-ride-time-beginning-2017-wtm4-vjm7\".\"mta_nyct_paratransit_ride_time_beginning_2017\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.
Upstream Metadata