INTERSECTIONS_STOP_SIGNS
This dataset is an inventory of intersection stop signs on Hawaii Highways. Information available include: location, stop sign type (At Grade •Stop Sign •Traffic Signal •Roundabout), Intersecting Street name, number of legs of the intersection. https://highways.hidot.hawaii.gov/dataset/Intersections-Stop-Signs/4654-4xsh
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/intersectionsstopsigns-czak-jyn3\".\"intersectionsstopsigns\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.