zones {aire.zmvm} | R Documentation |
Pollution zones in Mexico City
Description
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.
Usage
zones
Format
A data frame with 36 rows and 6 variables:
- region
INEGI code of the region (state_code + municipio_code)
- state_code
INEGI code of the state
- state_abbr
state abbreviation
- municipio_code
INEGI code of the municipio
- municipio_name
name of the municipio
- zone
zone
Details
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.
Source
Gaceta Oficial de la Ciudad de México No. 230, 27 de Diciembre de 2016, and Solicitud de Información FOLIO 0112000033818
Examples
head(zones)