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