Strategic Measure_Percent change in average vehicle travel time along major City corridors
This dataset supports measure M.A.5.b of SD 2023. The source of the data is the anonymous travel time data provided by third party vendor INRIX. Each row represents the average travel time for each hour in a day for major corridors on weekdays for each year. This dataset can be used to gain insight into the changes in average vehicle travel time along major City corridors.
View more details and insights related to this measure on the story page: https://data.austintexas.gov/stories/s/M-A-5-b-Percent-change-in-average-vehicle-travel-t/9f4v-kau2/
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-measurepercent-change-in-average-vehicle-iwt3-gmw8\".\"strategic_measurepercent_change_in_average_vehicle\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.