This data set contains all the stations that report to the National Air Quality Information System SINAICA.

data(stations_sinaica)

Format

A data frame with 341 rows and 26 variables:

station_id

Numeric code of the station

station_name

Name of the station

station_code

Abbreviation of the station

network_id

Numeric code for the network

network_name

Name of the network

network_code

Abbreviation of the network

street

street

ext

exterior number

interior

interior number

colonia

colonia

zip

zip code

state_code

state code

municipio_code

municipio code

year_started

date the station started operations

altitude

altitude in meters

address

address

date_validated

last date the station was validated

date_validated2

second to last date the station was validated

passed_validation

did the station pass validation

video

link to video of the station

lat

latitude

lon

longitude

date_started

date the station started operations

timezone

time zone in which the station is located (may contain errors)

street_view

link to Google Street View

video_interior

link to video of the interior of the station

Source

SINAICA ans Solicitud de Información 1612100005118

Examples

head(stations_sinaica)
#> station_id station_name station_code network_id network_name #> 1 397 CENICA 1, UAM Iztapalapa CEN 144 <NA> #> 2 344 C. Salud Tlaxcoapán TCP 127 <NA> #> 3 365 Costa Baja UM 140 <NA> #> 4 393 Unidad Móvil de Hidalgo UMHI 143 <NA> #> 5 394 Unidad Móvil Iztapalapa UMIZ 143 <NA> #> 6 395 Unidad Móvil Tecamachalco UMTE 143 <NA> #> network_code street ext interior colonia zip state_code municipio_code #> 1 ESTSP <NA> <NA> <NA> <NA> <NA> <NA> <NA> #> 2 TCP 0 0 #> 3 LAP <NA> <NA> #> 4 POP <NA> <NA> <NA> <NA> <NA> <NA> <NA> #> 5 POP <NA> <NA> <NA> <NA> <NA> <NA> <NA> #> 6 POP <NA> <NA> <NA> <NA> <NA> <NA> <NA> #> year_started altitude address date_validated date_validated2 #> 1 <NA> <NA> <NA> <NA> <NA> #> 2 <NA> 0 <NA> <NA> <NA> #> 3 <NA> 0 <NA> <NA> <NA> #> 4 <NA> <NA> <NA> <NA> <NA> #> 5 <NA> <NA> <NA> <NA> <NA> #> 6 <NA> <NA> <NA> <NA> <NA> #> passed_validation video lat lon date_started #> 1 <NA> <NA> 19.48958 -98.80108 2002-01-01 #> 2 <NA> Array 20.09147 -99.22842 <NA> #> 3 <NA> NA NA 2010-03-14 #> 4 <NA> <NA> 19.48958 -98.80108 2013-05-24 #> 5 <NA> <NA> 19.48958 -98.80108 2013-05-21 #> 6 <NA> <NA> 19.48958 -98.80108 2013-05-22 #> timezone street_view video_interior #> 1 Tiempo del centro, UTC-6 (UTC-5 en verano) <NA> <NA> #> 2 Tiempo del centro, UTC-6 (UTC-5 en verano) <NA> #> 3 Tiempo del centro, UTC-6 (UTC-5 en verano) <NA> <NA> #> 4 Tiempo del centro, UTC-6 (UTC-5 en verano) <NA> <NA> #> 5 Tiempo del centro, UTC-6 (UTC-5 en verano) <NA> <NA> #> 6 Tiempo del centro, UTC-6 (UTC-5 en verano) <NA> <NA>