Open repository in Console
Readme
Updated 12 months ago
‧ Indexed 11 months ago
MTA LIRR Delays: Beginning 2010
This dataset lists all LIRR trains that are delayed, with information on whether a train is cancelled, partially cancelled, or late (in a rounded number of minutes), the specific delay cause category, the train number, and the branch the train operates on. For data released daily, though without the cause of delays, use dataset https://data.ny.gov/Transportation/MTA-LIRR-Delay-Verification-Beginning-2010/wkbk-y3dt/about_data.
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-delays-beginning-2010-e32g-kbe9\".\"mta_lirr_delays_beginning_2010\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.
Upstream Metadata