datahub-transportation-gov/2014-its-world-congress-connected-vehicle-test-bed-i5z4-qh9m
Icon for Socrata external plugin
Open repository in Console
 
Readme
Updated over 2 years ago
Indexed 4 hours ago

2014 ITS World Congress Connected Vehicle Test Bed Demonstration Vehicle Situation Data

During the 2014 ITS World Congress a demonstration of the connected vehicle infrastructure in the City of Detroit was conducted. The test site included approximately 14 intersections around Detroit’s COBO convention center and involved 9 equipped vehicles. The Vehicle Situation Data (VSD) data set includes a series of data files that recorded vehicle situational data that were generated by an equipped vehicle. During the ITS World Congress, VSDs were encoded with one of two schemas. The dataset contains decoded data using both 2.0 and 2.1 ASN.1 schemas.

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/2014-its-world-congress-connected-vehicle-test-bed-i5z4-qh9m\".\"2014_its_world_congress_connected_vehicle_test_bed\"
    LIMIT 100 
"}
EOF

See the Splitgraph documentation for more information.

 
Preview
  • 2014_its_world_congress_connected_vehicle_test_bed
     
     
     
     
     
Upstream Metadata