Camera Traffic Counts
Traffic count data collected from the several GRIDSMART optical traffic detectors deployed by the City of Austin.
This dataset is no longer updated because these devices are no longer maintained
The Travel Detectors dataset ( https://data.austintexas.gov/Transportation-and-Mobility/Traffic-Detectors/qpuw-8eeb ) is related to this dataset using the 'ATD Device ID' field. The Travel Detectors dataset provides more information on device location and status.
The average speed measurements may not have been calibrated for all intersections. All measurements have been collected using automated machine vision processes and have not been validated.
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/camera-traffic-counts-sh59-i6y9\".\"camera_traffic_counts\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.