Strategic Measure_Change in speed of estimated transit travel by type
This dataset supports measure M.A.5.a of SD 2023.
The source of the data is the Capital Metropolitan Transportation Authority.
Each row displays the average speed for bus transit for that year by type. This dataset can be used to know more about average speed trends for bus transit in Austin. View more details and insights related to this measure on the story page: https://data.austintexas.gov/stories/s/Change-in-average-MetroBus-travel-speed/xxgc-8j6n/
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 \"datahub-austintexas-gov/strategic-measurechange-in-speed-of-estimated-9bn4-gs6d\".\"strategic_measurechange_in_speed_of_estimated\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.