datahub-transportation-gov/tampa-cv-pilot-traveler-information-message-tim-in46-gmir
Icon for Socrata external plugin
Open repository in Console
 
Readme
Updated over 2 years ago
Indexed 6 hours ago

Tampa CV Pilot Traveler Information Message (TIM) Sample

The Tampa CV Pilot generates data from the interaction between vehicles and between vehicles and infrastructure. This dataset consists of Traveler Information Messages (TIMs) transmitted by road-side units (RSU) located throughout the Tampa CV Pilot Study area. The full set of raw, TIM data from Tampa CV Pilot can be found in the <a href="http://usdot-its-cvpilot-publicdata.s3.amazonaws.com/index.html" target="_blank">ITS Sandbox</a>. The data fields follow a SAE J2735 TIM message structure to convey important traffic information to onboard units (OBU) of equipped vehicles. Refer to SAE J2735 Section 5.16 Message: MSG_TravelerInformation Message (TIM).

This dataset holds a flattened sample of the TIM data from Tampa CV Pilot. Three additional fields were added to this Socrata dataset during ETL: a geo column (travelerdataframe_msgId_position) to allow for mapping of the geocoded TIM data within Socrata, a random number column (randomNum) to allow for random sampling of data points within Socrata, and a time of day generated column (metadata_generatedAt_timeOfDay) to allow for filtering of data by generated time.

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-transportation-gov/tampa-cv-pilot-traveler-information-message-tim-in46-gmir\".\"tampa_cv_pilot_traveler_information_message_tim\"
    LIMIT 100 
"}
EOF

See the Splitgraph documentation for more information.

 
Preview
  • tampa_cv_pilot_traveler_information_message_tim
     
     
     
     
     
Upstream Metadata