highways-hidot-hawaii-gov/lightbulbs-qir2-jaqt
Icon for Socrata external plugin
Open repository in Console
 
Readme
Updated over 1 year ago
Indexed 1 month ago

LIGHT_BULBS

This dataset is an inventory of intersection traffic light bulbs on Hawaii Highways. Information available include: Island, session_nm (name of light), color of light bulbs, and direction of light bulb. https://highways.hidot.hawaii.gov/Roadway-Data/LIGHT_BULBS/yad8-p5xy

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/lightbulbs-qir2-jaqt\".\"lightbulbs\"
    LIMIT 100 
"}
EOF

See the Splitgraph documentation for more information.

 
Preview
  • lightbulbs