EPS Emergency/Non-Emergency Calls
This dataset shows the average speed of answer (ASA) for EPS emergency and non-emergency calls, as well as the associated call volume of non-emergency calls answered by a call evaluator.
The ASA for EPS Non-emergency calls is started once a caller has gone through the Interactive Voice Response (IVR) system, and finishes once a call evaluator answers the call.
The EPS’s Non-Emergency Line can be reached at 780-423-4567 or #377 from an Edmonton mobile. More information on this topic, including what kind of crimes should be reported to the EPS Non-Emergency Line can be found at:
http://www.edmontonpolice.ca/ContactEPS/EPSComplaintLine.aspx
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 \"dashboard-edmonton-ca/eps-emergencynonemergency-calls-hrsq-3tcq\".\"eps_emergencynonemergency_calls\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.