Local Area Transportation Characteristics by Household 2017
Estimates of average weekday household person trips, vehicle trips, person miles traveled, and vehicle miles traveled (per day), for all Census tracts in the United States for 2017.
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 \"bts-gov/local-area-transportation-characteristics-by-va72-z8hz\".\"local_area_transportation_characteristics_by\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.