datahub-transportation-gov/tmas-2016-qjsn-7dw8
Icon for Socrata external plugin
Open repository in Console
 
Readme
Updated over 1 year ago
Indexed 11 months ago

TMAS 2016

2016 Traffic Volume Data - FHWA's TMAS Data Program (based on unweighted raw continuous traffic count information collected by state highway agencies)

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/tmas-2016-qjsn-7dw8\".\"tmas_2016\"
    LIMIT 100 
"}
EOF

See the Splitgraph documentation for more information.

 
Preview
  • tmas_2016
     
     
     
     
     
Upstream Metadata