Rochester-Genesee Regional Transportation Authority (RGRTA) Percentage of Buses Running On Time: Beginning 2009
This dataset identifies the percentage of Rochester-Genesee Regional Transportation Authority (RGRTA) buses that are on time. On-time performance includes the percentage of buses that leave their start point or arrive at a destination within 2:59 minutes early to 5:59 minutes late.
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 \"ny-gov/rochestergenesee-regional-transportation-authority-q8n5-wxz3\".\"rochestergenesee_regional_transportation_authority\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.