Skip to content

openair-project/openair

Folders and files

NameName
Last commit message
Last commit date
Jan 13, 2025
Mar 25, 2025
Mar 29, 2018
Jan 7, 2025
Mar 25, 2025
Jan 7, 2025
Nov 7, 2023
Feb 25, 2025
Jan 7, 2025
Aug 7, 2024
Aug 7, 2024
Mar 25, 2025
Jan 13, 2025
Jan 13, 2025
Mar 15, 2025
Mar 25, 2025
Jan 13, 2025
Jan 7, 2025

Repository files navigation

openair

open source tools for air quality data analysis

R-CMD-check CRAN status metacran downloads
github website book

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).

Part of the openair toolkit

openair | worldmet | openairmaps | deweather


πŸ’‘ Core Features

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

  • Access to data from several hundred UK air pollution monitoring sites through the importUKAQ() family of functions.

  • Time Series & Trend analysis to explore how air quality concentrations vary over time (e.g., through timePlot(), timeVariation(), and calendarPlot()).

  • Directional analysis to help characterise different sources of pollution, including the creation of bivariate polar plots using polarPlot().

  • Trajectory analysis to examine NOAA Hysplit trajectories, with plotting (trajPlot()), heatmap (trajLevel()) and clustering (trajCluster()) functionality.

  • Utility functions, such as timeAverage() and selectByDate() to make it easier to manipulate atmospheric composition data.

  • Flexible plot conditioning to easily plot data by hour or the day, day of the week, season of the year, etc., through the type option available in most functions.


πŸ“– 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


πŸ—ƒοΈ 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("openair-project/openair")

πŸ›οΈ openair is primarily maintained by David Carslaw.

πŸ“ƒ openair is licensed under the MIT License.

πŸ§‘β€πŸ’» Contributions are welcome from the wider community. See the contributing guide and code of conduct for more information.

About

🧭 Open source tools for air quality data analysis

Topics

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Code of conduct

Citation

Stars

Watchers

Forks

Releases

No releases published

Languages