Motorized Access Trails
This data shows the location of transportation corridors on state lands that are open to motor vehicle use by people with certain mobility impairment disabilities who possess a valid Department of Environmental Conservation-issued "Motorized Access Program for People with Disabilities" permit.
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/motorized-access-trails-qugt-5hi9\".\"motorized_access_trails\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.