datahub-transportation-gov/truck-size-and-weight-enforcement-data-mt5m-skz3
Icon for Socrata external plugin
Open repository in Console
 
Readme
Updated 1 year ago
Indexed 3 hours ago

Truck Size and Weight Enforcement Data

This dataset consists of truck size and weight enforcement data including number of trucks weighed, number of violations, and number of oversize/overweight permits, as reported by the States in their annual certification to FHWA.

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/truck-size-and-weight-enforcement-data-mt5m-skz3\".\"truck_size_and_weight_enforcement_data\"
    LIMIT 100 
"}
EOF

See the Splitgraph documentation for more information.

 
Preview
  • truck_size_and_weight_enforcement_data
     
     
     
     
     
Upstream Metadata