EEAaq_get_stations: Download EEA measurement station information dataset

View source: R/EEAaq_get_stations.R

EEAaq_get_stationsR Documentation

Download EEA measurement station information dataset

Description

Download the updated dataset from EEA, containing measurement station information. For further information about the variables see stations.

Usage

EEAaq_get_stations(byStation = TRUE, complete = TRUE)

Arguments

byStation

Logic value (T or F). If TRUE the dataset is organized by station (one row for each measurement station). If FALSE the dataset is organized by sampling point. Each station have multiple sampling points.

complete

Logic value (T or F). If TRUE, the dataset contains all the variables given by the EEA. If FALSE the dataset contains only a few variables, the most importants. For further details about the variables, see stations.

Details

Note that, for very small towns or certain countries, such as Turkey or Albania, data may not currently be available in the dataset. This limitation reflects the data unavailability at the the EEA Air Quality Viewer https://discomap.eea.europa.eu/App/AQViewer/index.html?fqn=Airquality_Dissem.b2g.AirQualityStatistics.

Value

A tibble containing the stations information. Further details available here stations.

Examples


EEAaq_get_stations(byStation = TRUE, complete = TRUE)


EEAaq documentation built on April 3, 2025, 11:16 p.m.