Transportation Economic Trends (TET) data
Data used in the Bureau of Transportation Statistics' new interactive version of Transportation Economic Trends (TET). TET highlights transportation's role in the economy and explores changes (trends) over time through a series of interactive charts. TET also explains related concepts and data sources for a general audience.
Interactive visualizations available at: https://data.transportation.gov/stories/s/28tb-cpjy
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/transportation-economic-trends-tet-data-tcq5-4pgu\".\"transportation_economic_trends_tet_data\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.