Bicycle and Pedestrian Performance Measures
This dataset was created for the modal integration section of the Act 100 report. The dataset feeds a set of measures related to HDOT performance goals for 2020 Bicycle and Pedestrians data. This is a static dataset and does not update on a routine basis.
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/bicycle-and-pedestrian-performance-measures-n5rs-54hj\".\"bicycle_and_pedestrian_performance_measures\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.