Bike and Pedestrian Counts (Eco Counter)
Note:
Within this data, it is possible that a full day's worth of data may be incomplete. This could be for a number of reasons, be it technical, environmental or equipment failure.
Also, this data is raw data, coming straight from the monitoring equipment. It has not undergone the rigour of a Quality Control and/or Quality Assurance process.
Please check this google sheet for contact info and data/device related issues: https://docs.google.com/spreadsheets/d/1e8HHjsiaLf7UMgXOuQ0pRDKPlEBU74Mzl3wysWvfk4w/edit?usp=sharing
This dataset contains bicycle only or bicycle and pedestrian counts that are currently being monitored at a number of locations (see https://data.edmonton.ca/Monitoring-and-Data-Collection/Bike-Counter-Locations-Eco-Counter-/py7x-4d39) along bike lanes in addition to some key cyclist/pedestrian traffic areas.
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 \"edmonton-ca/bike-and-pedestrian-counts-eco-counter-tq23-qn4m\".\"bike_and_pedestrian_counts_eco_counter\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.