MTA Metro-North Service Reliability: Beginning 2020
Service Reliability metrics evaluate MNR’s ability to deliver timely and effective service to its customers. Included in these metrics are: Service Type, Major Incidents, 4m to 6m Train Delays, Average Delay per Late Train, Number of Trains Over 15 Minutes Late, Number of Short Trains.
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-service-reliability-beginning-2020-sguy-yhj4\".\"mta_metronorth_service_reliability_beginning_2020\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.