datahub-transportation-gov/2014-its-world-congress-connected-vehicle-test-bed-swef-k9yw
Icon for Socrata external plugin
Open repository in Console
 
Readme
Updated 3 months ago
Indexed 3 hours ago

2014 ITS World Congress Connected Vehicle Test Bed Demonstration Traveler 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. Traveler Situation Data (TSD) was obtained from the data warehouse, and not the data clearinghouse. Only 19 messages were obtained from our query as the current mode of operation of the Test Bed is that the warehouse only contains a few static messages, which are meant to serve as a proxy for future operation in which query submissions will only return message(s) relevant to the context in which the query was submitted. The messages that returned per a query submission communicates a pertinent advisor message which is in part contextualized by location and content.

NOTE: All Extra Files are attached in 2014 ITS World Congress Connected Vehicle Test Bed Demonstration Vehicle Situation Data

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-swef-k9yw\".\"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