Bluetooth Travel Sensors -Traffic Match Summary Records (TMSR)
View the Complete Dataset documentation on Github:
https://github.com/cityofaustin/hack-the-traffic/tree/master/docs
This dataset contains aggregate travel time and speed summaries based on the individual traffic match records from the City of Austin's Bluetooth travel sensors.. Each row in the dataset summarizes average travel time and speed along a sensor-equipped roadway segment in 15 minute intervals.
How does the City of Austin use the Bluetooth travel sensor data?
The data enables transportation engineers to better understand short and long-term trends in Austin’s traffic patterns, supporting decisions about systems planning and traffic signal timing.
What information does the data contain?
The sensor data is available in three datasets:
Individual Address Records ( https://data.austintexas.gov/dataset/Bluetooth-Travel-Sensors-Individual-Addresses/qnpj-zrb9/data )
Each row in this dataset represents a Bluetooth device that was detected by one of our sensors. Each record contains a detected device’s anonymized Media Access Control (MAC) address along with the time and location the device was detected. These records alone are not traffic data but can be post-processed to measure the movement of detected devices through the roadway network
Individual Traffic Matches ( https://data.austintexas.gov/dataset/Bluetooth-Travel-Sensors-Individual-Traffic-Matche/x44q-icha/data )
Each row in this dataset represents one Bluetooth enabled device that detected at two locations in the roadway network. Each record contains a detected device’s anonymized Media Access Control (MAC) address along with contain information about origin and destination points at which the device was detected, as well the time, date, and distance traveled.
Traffic Summary Records ( https://data.austintexas.gov/dataset/Bluetooth-Travel-Sensors-Match-Summary-Records/v7zg-5jg9 )
The traffic summary records contain aggregate travel time and speed summaries based on the individual traffic match records. Each row in the dataset summarizes average travel time and speed along a sensor-equipped roadway segment in 15 minute intervals.
Does this data contain personally identifiable information?
No. The Media Access Control (MAC) addresses in these datasets are randomly generated.
Columns
Name | Socrata field name | Column name in sgr mount | Data type | Description |
---|---|---|---|---|
origin_roadway | origin_roadway | origin_roadway | Text | |
standard_deviation | standard_deviation | standard_deviation | Number | |
average_speed_mph | average_speed_mph | average_speed_mph | Number | |
origin_reader_identifier | origin_reader_identifier | origin_reader_identifier | Text | |
destination_roadway | destination_roadway | destination_roadway | Text | |
destination_cross_street | destination_cross_street | destination_cross_street | Text | |
record_id | record_id | record_id | Text | |
summary_interval_minutes | summary_interval_minutes | summary_interval_minutes | Number | |
destination_reader_identifier | destination_reader_identifier | destination_reader_identifier | Text | |
origin_cross_street | origin_cross_street | origin_cross_street | Text | |
segment_length_miles | segment_length_miles | segment_length_miles | Number | |
average_travel_time_seconds | average_travel_time_seconds | average_travel_time_seconds | Number | |
destination_direction | destination_direction | destination_direction | Text | |
origin_direction | origin_direction | origin_direction | Text | |
timestamp | timestamp | timestamp | Calendar date | |
number_samples | number_samples | number_samples | Number |