SIDEWALKS
This dataset is an inventory of sidewalks along Hawaii Highways. Information such as sidewalk location, material type, route and whether or not it falls on the NHS. https://highways.hidot.hawaii.gov/dataset/Sidewalks/hf3d-m8hq
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 \"highways-hidot-hawaii-gov/sidewalks-2umh-3d5i\".\"sidewalks\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.