Open repository in Console
Readme
Updated 16 days ago
‧ Indexed 2 hours ago
MTA LIRR On-Time Performance: Beginning 2015
On-Time Performance (OTP) determines how frequently a commuter train arrives at its final destination within 5 minutes and 59 seconds of its scheduled 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-lirr-ontime-performance-beginning-2015-6kq9-5ikh\".\"mta_lirr_ontime_performance_beginning_2015\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.
Upstream Metadata