winnipeg-ca/transit-passups-mer2-irmb
Icon for Socrata external plugin
Open repository in Console
 
Readme
Updated 1 month ago
Indexed 1 month ago

Transit Pass-ups

A pass-up occurs when a bus is too full to allow any additional passengers to board a bus. Passengers are “passed-up” and must wait at the bus stop for the next scheduled bus.

This data is recorded by the bus’s on-board computer whenever a bus operator pushes a button to log when a pass-up occurs.

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 \"winnipeg-ca/transit-passups-mer2-irmb\".\"transit_passups\"
    LIMIT 100 
"}
EOF

See the Splitgraph documentation for more information.

 
Preview
  • transit_passups
     
     
     
     
     
Upstream Metadata