INTERSECTIONS_AT_GRADE
This dataset is an inventory of intersections at grade on Hawaii Highways. Information available include: location, Intersecting Street name, number of legs of the intersection. https://highways.hidot.hawaii.gov/dataset/Intersections-At-Grade/yqpr-x8ej
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/intersectionsatgrade-ajyq-5nuj\".\"intersectionsatgrade\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.