Open repository in Console
Readme
Updated 1 year ago
‧ Indexed 11 months ago
Local Area Transportation Characteristics by Household 2009
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 2009.
For latest data (2017), see https://data.bts.gov/Research-and-Statistics/Local-Area-Transportation-Characteristics-by-House/va72-z8hz
For methodology, see attachments
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-frme-pssc\".\"local_area_transportation_characteristics_by\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.
Upstream Metadata