Total Lane Miles Derived from HPMS Data | Measure | STATIC 2020
This is a static dataset that was created to feed measure on the 2020 Act 100 report. The measure shows the total lane miles for the report year.
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/total-lane-miles-derived-from-hpms-data-measure-xgha-h3k6\".\"total_lane_miles_derived_from_hpms_data_measure\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.