Home

Awesome

<div align="center"> <img src="man/figures/logo.png" height="200"/>

openair

open source tools for air quality data analysis

<!-- badges: start -->

R-CMD-check CRAN
status metacran downloads <br> github website book

<!-- badges: end --> </div>

openair is an R package developed for the purpose of analysing air quality data — or more generally atmospheric composition data. The package is extensively used in academia, the public and private sectors. The project was initially funded by the UK Natural Environment Research Council (NERC), with additional funds from the UK Department for Environment Food & Rural Affairs (Defra).

<div align="center">

Part of the openair toolkit

openair | worldmet | openairmaps | deweather

</div> <hr>

💡 Core Features

openair has developed over many years to form an extensive toolkit of functions for analysing air quality and atmospheric composition data.

<div align="center"> <img src="man/figures/feature-banner.png" width="800"> </div> <hr>

📖 Documentation

All openair functions are fully documented; access documentation using R in your IDE of choice.

?openair::polarPlot

Documentation is also hosted online on the package website.

website

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.

book

<hr>

🗃️ Installation

openair can be installed from CRAN with:

install.packages("openair")

You can also install the development version of openair from GitHub using {pak}:

# install.packages("pak")
pak::pak("davidcarslaw/openair")
<hr>

🏛️ openair is primarily maintained by David Carslaw.

📃 openair is licensed under the GNU General Public License.

🧑‍💻 Contributions are welcome from the wider community. See the contributing guide and code of conduct for more information.