HI_DOT_HPMS_2018_Dataset
This dataset houses all 2018 Highway Performance Monitoring System (HPMS) pavement information for Hawaii roads.
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/hidothpms2018dataset-iqbc-gigx\".\"hidothpms2018dataset\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.