MTA Metro-North Delays: Beginning 2012
This dataset lists all causes of delays on Metro-North that results in a train is cancelled, terminated, substituted by bus service, or late (in a rounded number of minutes). The specific delay cause category, the train number, and the branch the train operates on are also provided.
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-delays-beginning-2012-tgiq-jafi\".\"mta_metronorth_delays_beginning_2012\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.