calgary-ca/bike-and-pedestrian-counts-pede-tz7g
Icon for Socrata external plugin
Open repository in Console
 
Readme
Updated 1 year ago
Indexed 3 hours ago

Bike and Pedestrian Counts

Daily bicycle and pedestrian counts are available from sensors set up on the Peace Bridge, cycle tracks and Stephen Avenue. Using an Eco-Counter machine, cyclists are detected using loops embedded in the pavement. The data provides a breakdown of the number of cyclists on a daily, weekly, monthly and yearly 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 \"calgary-ca/bike-and-pedestrian-counts-pede-tz7g\".\"bike_and_pedestrian_counts\"
    LIMIT 100 
"}
EOF

See the Splitgraph documentation for more information.

 
Preview
  • bike_and_pedestrian_counts
     
     
     
     
     
Upstream Metadata