davidcarslaw / openair

Tools for air quality data analysis
https://davidcarslaw.github.io/openair/
GNU General Public License v2.0
302 stars 113 forks source link
air-quality air-quality-data meteorology openair
## **openair** ### open source tools for air quality data analysis [![R-CMD-check](https://github.com/davidcarslaw/openair/workflows/R-CMD-check/badge.svg)](https://github.com/davidcarslaw/openair/actions) [![CRAN status](https://www.r-pkg.org/badges/version/openair)](https://CRAN.R-project.org/package=openair) [![metacran downloads](https://cranlogs.r-pkg.org/badges/grand-total/openair)](https://cran.r-project.org/package=openair)
[![github](https://img.shields.io/badge/CODE-github-black?logo=github)](https://github.com/davidcarslaw/openair) [![website](https://img.shields.io/badge/DOCS-website-black)](https://davidcarslaw.github.io/openair) [![book](https://img.shields.io/badge/DOCS-book-black)](https://bookdown.org/david_carslaw/openair/)

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](https://img.shields.io/badge/openair_core-06D6A0?style=flat-square)](https://davidcarslaw.github.io/openair) | [![worldmet](https://img.shields.io/badge/worldmet-26547C?style=flat-square)](https://davidcarslaw.github.io/worldmet) | [![openairmaps](https://img.shields.io/badge/openairmaps-FFD166?style=flat-square)](https://davidcarslaw.github.io/openairmaps) | [![deweather](https://img.shields.io/badge/deweather-EF476F?style=flat-square)](https://davidcarslaw.github.io/deweather)

πŸ’‘ Core Features

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


πŸ“– 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("davidcarslaw/openair")

πŸ›οΈ 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.