Curb Ramps on NYS-Owned Highways
This data set includes all curb ramps located on the road system under the jurisdiction of New York State Department of Transportation (DOT). It contains the Regional Office responsible for the management of the feature, the state county where the feature is located and the route name and number for all curb ramps on state-owned routes within New York State. The data set does not include curb ramps located on non-state owned routes such as those owned by cities, towns or villages within the state
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/curb-ramps-on-nysowned-highways-hmbc-hni2\".\"curb_ramps_on_nysowned_highways\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.