HDOT2020_HPMS_FINAL
This dataset houses the Mandli HPMS 2020 data. The original raw data is from HWY-P. If there is any use for this dataset, please contact Zero Wu (zero.wu@hawaii.gov).
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/hdot2020hpmsfinal-v38n-ccwn\".\"hdot2020hpmsfinal\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.