PED-PM-COMMUTE_REVISED
This dataset contains data on the walk commute to work from the American Community Survey, U.S. Census Bureau. 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/pedpmcommuterevised-i6iw-x69b\".\"pedpmcommuterevised\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.