Radar Traffic Counts
Disclaimer: This is a historical dataset (12/16/2017-9/9/2021) that is no longer being updated after September 9, 2021. The Wavetronix radar sensors are being phased out and may not be reporting new data as of 2021.
Traffic count and speed data collected from the several Wavetronix radar sensors deployed by the City of Austin.
The Travel Sensor dataset ( https://data.austintexas.gov/Transportation-and-Mobility/Travel-Sensors/6yd9-yz29 ) is related to this dataset using the 'KITS ID' field. The Travel Sensors dataset provides more information on sensor location and status.
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/radar-traffic-counts-i626-g7ub\".\"radar_traffic_counts\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.