Act100_BPH_SafeConnectAccess
This dataset shows the analysis of safety, connectivity, and accessibility for each project in the Bike Plan Hawaii Refresh. This dataset is updated annually. For questions, please contact: DOT.BikePedProgram@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/act100bphsafeconnectaccess-uuwf-npqa\".\"act100bphsafeconnectaccess\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.