everettwa-gov/mean-travel-time-to-work-ncrk-vbdu
Icon for Socrata external plugin
Open repository in Console
 
Readme
Updated over 1 year ago
Indexed 3 hours ago

Mean Travel Time to Work

Mean travel time to work data from the US Census Bureau's American Community Survey.

Data is provided for the City of Everett, Snohomish County, Washington State, and US, as well as all census tracts within

Everett.

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 \"everettwa-gov/mean-travel-time-to-work-ncrk-vbdu\".\"mean_travel_time_to_work\"
    LIMIT 100 
"}
EOF

See the Splitgraph documentation for more information.

 
Preview
  • mean_travel_time_to_work