PAVEMENT_MESSAGES
This dataset is an inventory of Pavement Messages on Hawaii Highways. Information available include: location of pavement messages, condition, color intensity of the messages, if the messages are weathered./worn, if the messages are mispainted. https://highways.hidot.hawaii.gov/dataset/Pavement-Messages/eyzr-nxat
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/pavementmessages-p73s-7984\".\"pavementmessages\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.