cincinnati-oh-gov/emergency-communications-center-ecc-calls-5f3f-hgt9
Icon for Socrata external plugin
Open repository in Console
 
Readme
Updated 2 months ago
Indexed 2 hours ago

Emergency Communications Center (ECC) Calls

Data Description: Emergency Communications Center Calls are records captured for each call. The call data does not contain the nature of the emergency or dispatched resources. For dispatch data reference Police Calls for Service (CAD) or Cincinnati Fire Incidents (CAD).

Data Creation: This dataset includes both emergency (911) and administrative calls to the center. To obtain just emergency (911) calls filter for Call Type ID = 911 CALLS.

Data Created By: The source of this data is the City of Cincinnati's Call System provided by West Communications.

Refresh Frequency: This dataset updates weekly on Fridays.

CincyInsights: The City of Cincinnati maintains an interactive dashboard portal, CincyInsights in addition to our Open Data in an effort to increase access and usage of city data. This data set has an associated dashboard available here: https://insights.cincinnati-oh.gov/stories/s/snnn-n6ic

Data Dictionary: A data dictionary providing definitions of columns and attributes is available as an attachment to this dataset.

Processing: The City of Cincinnati is committed to providing the most granular and accurate data possible. In that pursuit the Office of Performance and Data Analytics facilitates standard processing to most raw data prior to publication. Processing includes but is not limited: address verification, geocoding, decoding attributes, and addition of administrative areas (i.e. Census, neighborhoods, police districts, etc.).

Data Usage: For directions on downloading and using open data please visit our How-to Guide: https://data.cincinnati-oh.gov/dataset/Open-Data-How-To-Guide/gdr9-g3ad

Disclaimer: In compliance with privacy laws, all Public Safety datasets are anonymized and appropriately redacted prior to publication on the City of Cincinnati’s Open Data Portal. This means that for all public safety datasets: (1) the last two digits of all addresses have been replaced with “XX,” and in cases where there is a single digit street address, the entire address number is replaced with "X"; and (2) Latitude and Longitude have been randomly skewed to represent values within the same block area (but not the exact location) of the incident.

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 \"cincinnati-oh-gov/emergency-communications-center-ecc-calls-5f3f-hgt9\".\"emergency_communications_center_ecc_calls\"
    LIMIT 100 
"}
EOF

See the Splitgraph documentation for more information.

 
Preview
  • emergency_communications_center_ecc_calls