Open repository in Console
Readme
Updated 4 months ago
‧ Indexed 4 hours ago
Select Summary Highway Statistics, by State and Functional System
Select summary highway statistics, 1980 - 2017, mileage, lane-miles, vehicle miles traveled, and fatalities by state and functional system.
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/select-summary-highway-statistics-by-state-and-ystz-43ti\".\"select_summary_highway_statistics_by_state_and\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.
Upstream Metadata