Package index
Import Air Quality Data
The import_eea_monitoring()
function is the most convenient method for accessing European air quality data offered by {euroaq}. It deals with importing and cleaning air quality data, and binding on useful metadata columns such as the site name, station type, and location. Nevertheless, it is also very opinionated, so users may wish to use download_eea_parquet_files()
or similar for greater control.
-
import_eea_monitoring()
- Conveniently import European Air Quality data into R
Access Metadata
These functions donโt import air quality data, but provide useful metadata to assist with the use of import_eea_monitoring()
.
-
import_eea_stations()
- Import Air Quality Site Metadata from Dataflow D
-
import_eea_cities()
import_eea_countries()
import_eea_pollutants()
- Import metadata files from the EEA Air Quality Download Service
API Bindings
These functions provide direct access to the EEAโs Air Quality Download Service, found at https://eeadmz1-downloads-webapp.azurewebsites.net/. These functions are purposefully conservative with how they handle their returned values data outputs; they are therefore closest to using the API directly, but expect the most from the user.
-
download_eea_parquet_files()
download_eea_parquet_async()
download_eea_parquet_urls()
download_eea_country_city_spos()
download_eea_summary()
- Import sampling data from the EEA Air Quality Download Service API
-
get_eea_ddb_extension_info()
get_eea_ddb_vars()
get_eea_version()
- Access information about the EEA Air Quality Download Service API