Thruway Travel Plazas and Parking/Rest Areas
The Travel Plazas and Parking/Rest Areas is an informational aid for travelers along the Thruway System that provides patrons with a listing of travel plazas and parking/rest areas and their locations. The csv file contains the latitude and longitude, milepost, direction of the location of the travel plaza and parking/rest area and the route name along which they are located.
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/thruway-travel-plazas-and-parkingrest-areas-mj5h-8ei4\".\"thruway_travel_plazas_and_parkingrest_areas\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.