Texting Zone Locations
Special "Texting Zones" locations along the New York State Thruway and State Highways that give motorists a pull-off area to park and use their mobile devices. Existing Park-n-Ride facilities, rest stops, parking areas and travel plazas along the Thruway and State Highways will have a dual-function as a texting zone. A total of 90 Texting Zones are located along major highways across the state. New York State Department of Transportation (NYSDOT) in coordination with the Thruway Authority, have collaborated to provide Texting Zones location information and signage to inform drivers.
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/texting-zone-locations-c3dv-qqzw\".\"texting_zone_locations\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.