everettwa-gov/traffic-safety-vbkm-9kxc
Icon for Socrata external plugin
Open repository in Console
 
Readme
Updated 1 year ago
Indexed 1 month ago

Traffic Safety

Number of serious injuries and fatalities as reported by the Washington State Department of Transportation. Data is available at: https://remoteapps.wsdot.wa.gov/highwaysafety/collision/data/portal/public/

Note that population data is from the United States Census Bureau's American Community Survey. Reporting of this data is one year behind traffic fatality reporting.

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/traffic-safety-vbkm-9kxc\".\"traffic_safety\"
    LIMIT 100 
"}
EOF

See the Splitgraph documentation for more information.

 
Preview
  • traffic_safety