Mobility Trends County Modeling Dataset
The Mobility Trends County Modeling dataset consists of the accumulation of the three performance metrics: VMT, GHG, and TMS, alongside each of the trend indicators: GDP, Population, Lane Miles, Unemployment Rate, Charging Stations, Telework, Unlinked Passenger Trips, E-commerce, Population Density, and on-demand service revenue. The goal of Mobility Trends and Future Demand research project is to enhance FHWA’s empirical understanding of the impact of trends on travel behavior and transportation demand, and ultimately system performance and the user experience. At the core of this research project is the identification and analysis of trends to support a variety of modeling, forecasting, and ‘what if’ projections to support policy and decision making.
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/mobility-trends-county-modeling-dataset-wusc-iwue\".\"mobility_trends_county_modeling_dataset\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.