This data set contains the municipios (counties) that make up the 5 geographic zones into which Mexico City was divided for the purpose of disseminating information about the IMECA.
zones
A data frame with 36 rows and 6 variables:
INEGI code of the region (state_code + municipio_code)
INEGI code of the state
state abbreviation
INEGI code of the municipio
name of the municipio
zone
Gaceta Oficial de la Ciudad de México No. 230, 27 de Diciembre de 2016, and Solicitud de Información FOLIO 0112000033818
Note that in 2015 it was determined that the stations with codes ACO, AJU, INN, MON and MPA would no longer be taken into consideration when computing the pollution index because they didn't meet the objectives of monitoring air quality, and are no longer included in the index, even if they are still part of the SIMAT (Sistema de Monitoreo Atmosférico de la Ciudad de México). Thus, even if they are located inside a zone, they are not included in the pollution values for that zone.
A transparency request was used to determine the zone to which the municipios of Acolman, Texcoco and Atenco belong.
head(zones)#> region state_code state_abbr municipio_code municipio_name zone #> 1 09006 09 CDMX 006 Iztacalco Centro #> 2 09014 09 CDMX 014 Benito Juárez Centro #> 3 09015 09 CDMX 015 Cuauhtémoc Centro #> 4 09017 09 CDMX 017 Venustiano Carranza Centro #> 5 09005 09 CDMX 005 Gustavo A. Madero Noreste #> 6 15020 15 MEX 020 Coacalco de Berriozábal Noreste