This dataset contains all pollution measuring stations in Mexico City. The station with code SS1 was added manually since it was missing from the official source dataset (its location was found in the Audit of Ambient Air Monitoring Stations for the Sistema de Monitoreo Atmosférico de la Ciudad de México).

stations

Format

A data frame with 63 rows and 7 variables:

station_code

abbreviation of the station

station_name

name of the station

lon

longitude of the station

lat

latitude of the station

altitude

altitude of the station

comment

comment

station_id

id of the station

Source

http://148.243.232.112:8080/opendata/catalogos/cat_estacion.csv

Examples

head(stations)
#> station_code station_name lon lat altitude #> 1 ACO Acolman -98.91200 19.63550 2198 #> 2 AJU Ajusco -99.16261 19.15429 2942 #> 3 AJM Ajusco Medio -99.20774 19.27216 2548 #> 4 ARA Aragón -99.07455 19.47022 2200 #> 5 ATI Atizapan -99.25413 19.57696 2341 #> 6 AZC Azcapotzalco -99.19866 19.48773 2279 #> comment station_id #> 1 484150020109 #> 2 484090120400 #> 3 484090120609 #> 4 Finalizó operación en 2010 484090050301 #> 5 484150130101 #> 6 Finalizó operación en 2010 484090020201