MTA LIRR Stations
This dataset shows the geographic locations of the stations on the LIRR as of 2013. It does not include more recent changes, namely the opening of Grand Central Madison and Elmont-UBS Arena station. It will be updated in the future to account for those changes.
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-stations-wxmd-5cpm\".\"mta_lirr_stations\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.