bloomington-in-gov/nuisance-complaints-8mur-twyk
Icon for Socrata external plugin
Open repository in Console
 
Readme
Updated 11 months ago
Indexed 11 months ago

Nuisance Complaints

Calls for Service, specifically for alcohol related, disturbance, intoxication, noise, panhandling, and vandalism.

Key code for Race:

A- Asian/Pacific Island, Non-Hispanic

B- African American, Non-Hispanic

C- Hawaiian/Other Pacific Island, Hispanic

H- Hawaiian/Other Pacific Island, Non-Hispanic

I- Indian/Alaskan Native, Non-Hispanic

K- African American, Hispanic

L- Caucasian, Hispanic

N- Indian/Alaskan Native, Hispanic

P- Asian/Pacific Island, Hispanic

S- Asian, Non-Hispanic

T- Asian, Hispanic

U- Unknown

W- Caucasian, Non-Hispanic

Key Code for Reading Districts:

Example: LB519

L for Law call or incident

B stands for Bloomington

5 is the district or beat where incident occurred

All numbers following represents a grid sector.

Disclaimer: The Bloomington Police Department takes great effort in making open data as accurate as possible, but there is no avoiding the introduction of errors in this process, which relies on data provided by many people and that cannot always be verified. Information contained in this dataset may change over a period of time. The Bloomington Police Department is not responsible for any error or omission from this data, or for the use or interpretation of the results of any research conducted.

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 \"bloomington-in-gov/nuisance-complaints-8mur-twyk\".\"nuisance_complaints\"
    LIMIT 100 
"}
EOF

See the Splitgraph documentation for more information.

 
Preview