Wyoming CV Pilot Traveler Information Message Sample (Schema Version 6)
This dataset contains a sample of the broadcast Traveler Information Messages (TIM) being generated by the Wyoming Connected Vehicle (CV) Pilot. This dataset only contains SchemaVersion 6 TIM sample data from December 18, 2018 to present. It is updated hourly and will hold up to 3 million of the most recent TIM records.
</n></n>
The Schema Version 6 data is described further <a href="https://github.com/usdot-its-jpo-data-portal/sandbox/wiki/DTG-WYDOT-Traveler-Information-Message-(TIM)-Schema-Version-6-Change-Notice" target="_blank">here</a>. For sample TIM data prior to December 18, 2018, please refer to the <a href="https://data.transportation.gov/Automobiles/Wyoming-CV-Pilot-Traveler-Information-Message-Samp/2rdx-wgpx" target="_blank">Schema Version 5 dataset</a>. The full set of TIMs can be found in the <a href="http://usdot-its-cvpilot-publicdata.s3.amazonaws.com/index.html" target="_blank" >ITS Sandbox</a>.
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/wyoming-cv-pilot-traveler-information-message-6nxx-nmxk\".\"wyoming_cv_pilot_traveler_information_message\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.