Performance Metrics - Transportation - Street Lights All Out
City of Chicago
@usgov.city_of_chicago_performance_metrics_transportation_str_f6847de8
City of Chicago
@usgov.city_of_chicago_performance_metrics_transportation_str_f6847de8
The Chicago Department of Transportation (CDOT) oversees approximately 250,000 street lights that illuminate arterial and residential streets in Chicago. CDOT performs repairs and bulb replacements in response to residents’ reports of street light outages. Whenever CDOT receives a report from 311’s Customer Service Requests (CSR) system of an “All Out” (an outage of 3 or more lights) the electrician assigned to make the repair looks at all the lights in that circuit (each circuit has 8-16 lights) to make sure that they are all working properly. This metric tracks the average number of days CDOT takes to complete street lights “All Out” requests. Total number of requests fulfilled per week is also available by mousing over columns. The target response time for street light “All Out” repairs is within 4 days. To report a street light outage, call 311 or see http://www.cityofchicago.org/city/en/depts/cdot/provdrs/traffic_signals_andstreetlights/svcs/request_street_lights.html
Organization: City of Chicago
Last updated: 2020-11-10T16:55:14.030347
Tags: performance-metrics, service-delivery, street-lights
CREATE TABLE table_1 (
"week" VARCHAR,
"average_days_to_complete_street_lights_all_out_requests" DOUBLE,
"total_completed_requests" BIGINT,
"target_response_time_days" BIGINT -- Target Response Time (Days)
);Anyone who has the link will be able to view this.