2017 Normalized Bike 16h Volumes
The data in this map are 2-way volumes collected on a single weekday in 2017, normalized to represent average September/October volume. Factors were calculated based on 10 automated count stations.
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 \"calgary-ca/2017-normalized-bike-16h-volumes-fr8b-ecfn\".\"2017_normalized_bike_16h_volumes\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.