This data set contains all the stations that report to the National Air Quality Information System SINAICA.
Usage
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 240 Acolman ACO 119 Valle de México
#> 2 112 Advance - Keytronic ADV 64 Municipio de Juárez
#> 3 161 Agua Santa STA 74 Puebla
#> 4 241 Ajusco AJU 119 Valle de México
#> 5 242 Ajusco Medio AJM 119 Valle de México
#> 6 456 Almoloya de Juárez AJ 65 Toluca
#> network_code street ext interior
#> 1 CMX Calzada de los Agustinos S/N S/N
#> 2 CJU El Cid 56
#> 3 PUE Priv. 121 Oriente 26
#> 4 CMX Km. 36.5 Carretera Federal México-Cuernavaca S/N S/N
#> 5 CMX Encinos 41 S/N
#> 6 TLC Melchor Ocampo 123
#> colonia zip state_code municipio_code year_started
#> 1 Centro 55870 15 658 2003
#> 2 Fernández 32649 8 235 <NA>
#> 3 Ex Hacienda Castillotla 72480 21 1682 2000
#> 4 Parres 14500 9 276 1998
#> 5 Col. Miguel Hidalgo 4ta sección 14250 9 276 <NA>
#> 6 Centro 50900 15 661 <NA>
#> altitude
#> 1 2198
#> 2 1175
#> 3 2115
#> 4 2942
#> 5 2619
#> 6 0
#> address
#> 1 Calzada de los Agustinos ND, Col. San Agustín, Acolman de Nezahualcóyotl, Estado de México, C.P. 55870
#> 2 <NA>
#> 3 Avenida 11 Sur y 121 Poniente; Col. Agua Santa.
#> 4 Km 36.5 Carretera Federal México-Cuernavaca, C.P. 14500
#> 5 <NA>
#> 6 <NA>
#> date_validated date_validated2 passed_validation video lat lon
#> 1 <NA> 2016-07-27 0 19.63556 -98.91194
#> 2 <NA> 2014-12-31 0 31.68972 -106.45972
#> 3 2015-01-31 2014-12-31 0 18.98758 -98.25039
#> 4 <NA> 2015-12-31 0 19.15429 -99.16278
#> 5 <NA> 2016-07-07 0 19.27222 -99.20778
#> 6 <NA> <NA> <NA> 19.37044 -99.75275
#> date_started timezone street_view
#> 1 2007-06-01 Tiempo del centro (UTC-6 todo el año)
#> 2 2021-05-03 Sonora, UTC-7
#> 3 2000-08-01 Tiempo del centro, UTC-6 (UTC-5 en verano)
#> 4 2011-12-31 Tiempo del centro (UTC-6 todo el año)
#> 5 2014-12-31 Tiempo del centro (UTC-6 todo el año)
#> 6 2024-06-13 Tiempo del centro (UTC-6 todo el año)
#> video_interior
#> 1
#> 2
#> 3
#> 4
#> 5
#> 6