DETAIL
Shows further details of the sample conducted. Including the number of passengers on and off at stop level. Note: a record will only be written when the bus door opens/closes
This file was made available to facilitate the 2019 CUTA conference hackathon, and therefore may not be updated.
20180507-20180625 and 20190506-20190623 data only.
(2.92 GB CSV file download)
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/detail-kymh-8ust\".\"detail\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.