data-act-gov-au/daily-bus-service-on-time-running-kqtj-3qp7
Icon for Socrata external plugin
Open repository in Console
 
Readme
Updated 1 month ago
Indexed 1 month ago

Daily Bus Service On Time Running

"Operating on scheduled time" describes a bus service that departs a stop, which is a designated timing point, between 1 minute earlier and 4 minutes later than the scheduled time.

It details the percentage of timing points that were met early, late and on time by services on the Transport Canberra bus network.

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/daily-bus-service-on-time-running-kqtj-3qp7\".\"daily_bus_service_on_time_running\"
    LIMIT 100 
"}
EOF

See the Splitgraph documentation for more information.

 
Preview
  • daily_bus_service_on_time_running
     
     
     
     
     
Upstream Metadata