Sonoma County Sheriff's Office Event Data
Event data summarizes Sheriff's dispatch and deputy initiated activities. Events related to the following Penal Codes have been omitted in accordance with the California Public Records Act: 220, 236.1, 243.4, 261, 261.5, 262, 262(a)(1), 264, 264.1, 265, 266, 266(a), 266(b), 266(c), 266(e), 266(f), 266(j), 267, 269, 269(a), 273(a), 273(d), 273.5, 285, 286, 288, 288(a), 288.2, 288.3, 288.5, 288.7, 289, 422.6, 422.7, 422.75, 646.9, 647.6, as well as Welfare and Institutions Code 5150 or Business and Professions Code 729(a) and Stake Out. Additionally canceled events are not reported.
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/sonoma-county-sheriffs-office-event-data-bpq8-s7gr\".\"sonoma_county_sheriffs_office_event_data\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.