MTA Metro-North Safety and Grade Crossing Incidents: Beginning 2019
This dataset includes the following safety metrics: customer accident rate, grade crossing incidents, train derailments, train collisions, lost time accident rate, lost time injury rate, employee lost time days.
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-safety-and-grade-crossing-incidents-v7rp-a6ru\".\"mta_metronorth_safety_and_grade_crossing_incidents\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.