Open repository in Console
Readme
Updated 12 months ago
‧ Indexed 11 months ago
MTA Metro-North On-Time Performance: Beginning 2020
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-metronorth-ontime-performance-beginning-2020-83hw-i6xw\".\"mta_metronorth_ontime_performance_beginning_2020\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.
Upstream Metadata