Title: | Air Quality Measurements in Spain from 2011 to 2018 |
---|---|
Description: | These dataset contains daily quality air measurements in Spain over a period of 18 years (from 2001 to 2018). The measurements refer to several pollutants. These data are openly published by the Government of Spain. The datasets were originally spread over a number of files and formats. Here, the same information is contained in simple dataframe for convenience of researches, journalists or general public. See the Spanish Government website for more information. |
Authors: | Jose V. Die [aut, cre] , Jose R. Caro [ctb] |
Maintainer: | Jose V. Die <[email protected]> |
License: | CC BY-SA 4.0 |
Version: | 1.0.0 |
Built: | 2024-11-06 05:27:45 UTC |
Source: | https://github.com/jdieramon/airqualityes |
Daily data referred to several pollutants (from 2001 to 2018).
data(airqES)
data(airqES)
A data.frame
with 112,484 rows and columns:
year, Year of measurement
month, Month of measurement
province, Province
city, City
station_id, Measurement station identifier
pollutant, Pollutant name
D01-D031, days 1-31 of measurement
Jose V. Die & Jose R. Caro
Official data Government of Spain.
aiqualityES dataset contains daily quality air measurements from 2001 to 2018.
Jose V. Die [email protected], Jose R. Caro
Useful links:
Report bugs at https://github.com/jdieramon/airquality_ES/issues
Description of station features.
data(stations)
data(stations)
A data.frame
with 604 rows and columns:
id, local identifier
province_id, province identifier
city_id, city identifier
station, station identifier
location_id, location identifier
administration, official administration
station_name, name of the station
first_day, day of first recod
last_day, day of last record
latitude, coordinates
longitude, coordinates
altitude, coordinates
auton_commun, autonomous communities
province, province
city, city
station_kind, kind of station
area, area
Jose V. Die & Jose R. Caro
Official data Government of Spain.