datahub-transportation-gov/tmas-2020-ymmm-mwzp
Icon for Socrata external plugin
Open repository in Console
 
Readme
Updated 3 months ago
Indexed 5 hours ago

TMAS 2020

2020 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-2020-ymmm-mwzp\".\"tmas_2020\"
    LIMIT 100 
"}
EOF

See the Splitgraph documentation for more information.

 
Preview
  • tmas_2020
     
     
     
     
     
Upstream Metadata