2019 SoCo Alert Details
Sonoma County uses multiple, redundant alert mechanisms to warn the community when there is an emergency. These include SoCo Alert, Wireless Emergency Alerts (WEA’s) and the Emergency Alert System (EAS). The Sheriff’s Office also sends Nixle alerts. Learn how to stay informed here: https://socoemergency.org/home/emergency/stay-informed/
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 \"sonomacounty-ca-gov/2019-soco-alert-details-vtcd-35ni\".\"2019_soco_alert_details\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.