https://github.com/openair-project/euroaq
đ Open source tools to access the European Environment Agency's Air Quality download service
https://github.com/openair-project/euroaq
air-quality air-quality-data european-environment-agency openair package r
Last synced: 2 months ago
JSON representation
đ Open source tools to access the European Environment Agency's Air Quality download service
- Host: GitHub
- URL: https://github.com/openair-project/euroaq
- Owner: openair-project
- License: other
- Created: 2025-03-30T17:58:06.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-07-24T07:46:34.000Z (3 months ago)
- Last Synced: 2025-07-24T11:22:45.691Z (3 months ago)
- Topics: air-quality, air-quality-data, european-environment-agency, openair, package, r
- Language: R
- Homepage: https://openair-project.github.io/euroaq/
- Size: 5.82 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: NEWS.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
## **euroaq**
### open source tools to access the EEA's Air Quality download service[](https://github.com/openair-project/euroaq/actions/workflows/R-CMD-check.yaml)
[](https://CRAN.R-project.org/package=euroaq)
[](https://github.com/openair-project/euroaq)
[](https://openair-project.github.io/euroaq/)
[](https://openair-project.github.io/book/)**euroaq** is an R wrapper for the European Environment Agency's [Air Quality Download Service API](https://eeadmz1-downloads-webapp.azurewebsites.net/), which gives programmatic access to data flows E1a and E2a, as well as historic 'Airbase' data.
*Part of the openair toolkit*
[](https://openair-project.github.io/openair/) |
[](https://openair-project.github.io/worldmet/) |
[](https://openair-project.github.io/openairmaps/) |
[](https://openair-project.github.io/deweather/)
## đĄ Core Features
**euroaq** imports air quality data from the EEA's Air Quality Downloads service API.
- **Access up-to-date and historic European AQ monitoring data** with `import_eea_monitoring()`.
- **Access AQ station metadata** from data flow D with `import_eea_stations()`.
- **Call the API directly** with a collection of convenient R wrappers for each API endpoint.
âšī¸ *This package is compatible with version `0.8` of the AQ Downloads service, released on `2025-03-31`. If a newer version is released, please [raise an issue](https://github.com/openair-project/euroaq/issues) if there isn't already one.*
## đ Documentation
All **euroaq** functions are fully documented; access documentation using R in your IDE of choice.
```r
?euroaq::import_eea_monitoring
```Documentation is also hosted online on the **package website**.
[](https://openair-project.github.io/euroaq/)
A guide to the openair toolkit can be found in the **online book**, which contains lots of code snippets, demonstrations of functionality, and ideas for the application of **openair**'s various functions.
[](https://openair-project.github.io/book/)
## đī¸ Installation
**euroaq** is not yet on **CRAN**.
The development version of **euroaq** can be installed from GitHub using `{pak}`:
``` r
# install.packages("pak")
pak::pak("openair-project/euroaq")
```
đī¸ **euroaq** is primarily maintained by [Jack Davison](https://github.com/jack-davison).
đ **euroaq** is licensed under the [MIT License](https://openair-project.github.io/euroaq/LICENSE.html).
đ§âđģ Contributions are welcome from the wider community. See the [contributing guide](https://openair-project.github.io/euroaq/CONTRIBUTING.html) and [code of conduct](https://openair-project.github.io/euroaq/CODE_OF_CONDUCT.html) for more information.