Sidewalks
This data set includes all sidewalks and curb ramps on the roads system under the jurisdiction of NYSDOT. It contains the Regional Office responsible for the management of the feature (sidewalk or curb ramps), the state county where the feature is located and the route name and number for all sidewalks and curb ramps on state-owned routes within New York State. The data set does not include sidewalks or curb ramps 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/sidewalks-xcbb-dr8x\".\"sidewalks\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.