HPMS Travel Time Metrics | Non-Interstate NHS | Measure | STATIC 2020
This dataset is static and provides metrics on Hawaii travel time reliability for Non-Interstate NHS roads. This dataset is used to display metrics for the 2020 Act10 report. As mentioned this dataset is static and will not update as the reporting period has come to a close.
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/hpms-travel-time-metrics-noninterstate-nhs-measure-cwbi-tmbp\".\"hpms_travel_time_metrics_noninterstate_nhs_measure\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.