bts-gov/citizen-connect-county-data-live-t3kh-5nek
Icon for Socrata external plugin
Open repository in Console
 
Readme
Updated 11 months ago
Indexed 5 hours ago

Citizen Connect - County data (live)

These are the county-centric transportation statistics currently contained in the dashboard visible at bts.gov/ctp. Data are available for all attributes for each year, 2015 to 2019. Data will soon be added for 2020 and 2021.

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/citizen-connect-county-data-live-t3kh-5nek\".\"citizen_connect_county_data_live\"
    LIMIT 100 
"}
EOF

See the Splitgraph documentation for more information.

 
Preview
  • citizen_connect_county_data_live
     
     
     
     
     
Upstream Metadata