Download the latest hourly values for the pollutants with the highest values for each station as measured in IMECAs

get_latest_imeca()

Value

A data.frame with pollution values in IMECAs, the hour corresponds to the America/Mexico_City timezone (which changes with daylight saving time)

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.

See also

Examples

df <- get_latest_imeca() head(df)
#> station_code municipio quality pollutant unit #> 2 AJM Tlalpan NO2,SO2,CO IMECA #> 3 BJU Benito Juárez O3,O3-8h,NO2,SO2,CO,PM10,PM2.5 IMECA #> 4 CAM Azcapotzalco O3,O3-8h,NO2,SO2,CO,PM10,PM2.5 IMECA #> 5 CCA Coyoacán O3,O3-8h,NO2,SO2,CO IMECA #> 6 CUA Cuajimalpa IMECA #> 8 GAM Gustavo A. Madero O3,O3-8h,NO2,PM10,PM2.5 IMECA #> value datetime #> 2 NA 2020-07-31 11:00:00 #> 3 NA 2020-07-31 11:00:00 #> 4 NA 2020-07-31 11:00:00 #> 5 NA 2020-07-31 11:00:00 #> 6 NA 2020-07-31 11:00:00 #> 8 NA 2020-07-31 11:00:00