Open repository in Console
Readme
Updated over 1 year ago
‧ Indexed 6 hours ago
ACTION Bus Patronage - Historical
The file contains patronage on the ACTION Bus Network, as recorded by the MyWay ticketing system, for the financial years 2011-12, 2012-13 and 2013-14.
Patronage is also broken down by ticket type used, either MyWay Smart Card or a Paper Ticket (on bus cash fare).
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 \"data-act-gov-au/action-bus-patronage-historical-r67q-zq6b\".\"action_bus_patronage_historical\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.
Upstream Metadata