Performance Metrics - Innovation & Technology - Zoning Map Website Availability
City of Chicago
@usgov.city_of_chicago_performance_metrics_innovation_technol_d63896a8
City of Chicago
@usgov.city_of_chicago_performance_metrics_innovation_technol_d63896a8
The Zoning Map website is an interactive mapping site that allows users to determine the zoning classification for any area of the City. The percentage of the Zoning map website uptime, the amount of time the site was available, and the target uptime for each week are available by mousing over columns. The target availability for this site is 99.5%.
Organization: City of Chicago
Last updated: 2020-11-10T16:55:32.789104
Tags: performance-metrics, service-delivery, technology
CREATE TABLE table_1 (
"week" VARCHAR,
"total_downtime_minutes" BIGINT -- Total Downtime (minutes),
"zoning_map_site_uptime" BIGINT -- Zoning Map Site Uptime (%),
"target_uptime" DOUBLE -- Target Uptime (%),
"weeks_target_was_achieved" VARCHAR,
"weeks_target_was_not_achieved" VARCHAR
);Anyone who has the link will be able to view this.