2023 Walk & Bike Count Data
Counts by mode
Travel characteristics (observed by data collector)
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 \"lacity/2023-walk-bike-count-data-6ux4-qj74\".\"2023_walk_bike_count_data\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.