This dataset, stations_sinaica_df, is a data frame containing information about air quality monitoring stations that report to the National Air Quality Information System (SINAICA) in Mexico. The dataset includes 365 observations and 26 variables, providing metadata on station identifiers, geolocation, network affiliations, operational status, and other attributes such as video links and validation dates.
data(stations_sinaica_df)
A data frame with 365 observations and 26 variables:
Station identifier (integer)
Name of the station (character)
Code of the station (character)
Identifier of the network (integer)
Name of the network (character)
Code of the network (character)
Street address (character)
External number (character)
Interior number (character)
Colonia (neighborhood) name (character)
Postal code (character)
State code (integer)
Municipality code (integer)
Year the station began operation (integer)
Altitude of the station in meters (integer)
Full address of the station (character)
Validation date (character)
Second validation date (character)
Indicates if the station passed validation (integer)
Video URL or link (character)
Latitude (numeric)
Longitude (numeric)
Date the station started operation (character)
Timezone of the station (character)
Street view URL or link (character)
Interior video URL or link (character)
The dataset name has been kept as 'stations_sinaica_df' to avoid confusion with other datasets in the R ecosystem. This naming convention helps distinguish this dataset as part of the MexicoDataAPI package and assists users in identifying its specific characteristics. The suffix 'df' indicates that the dataset is a data frame. The original content has not been modified in any way.