HPMS Reliability Metric | Multi Year | Interstate and Non Interstate NHS
This dataset provides interstate and non-interstate NHS travel reliability metrics from HPMS for 2018 and 2019. This dataset is used for measures associated with the Act 100 report, more specifically the system efficiency section. The measures consist of "Percent of the Person-Miles Traveled on the Interstate That Are Reliable" and "Percent of the Person-Miles Traveled on the Non-Interstate NHS That Are Reliable".
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-reliability-metric-multi-year-interstate-and-rzsj-5rnm\".\"hpms_reliability_metric_multi_year_interstate_and\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.