README.md

## **deweather** ### open source tools to remove meteorological variation from air quality data [![R-CMD-check](https://github.com/davidcarslaw/deweather/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/davidcarslaw/deweather/actions/workflows/R-CMD-check.yaml) [![CRAN status](https://www.r-pkg.org/badges/version/deweather)](https://CRAN.R-project.org/package=deweather) [![github](https://img.shields.io/badge/CODE-github-black?logo=github)](https://github.com/davidcarslaw/deweather) [![website](https://img.shields.io/badge/DOCS-website-black)](https://davidcarslaw.github.io/deweather) [![book](https://img.shields.io/badge/DOCS-book-black)](https://bookdown.org/david_carslaw/openair/)

deweather is an R package developed for the purpose of "removing" the influence of meteorology from air quality time series data. The package uses a boosted regression tree approach for modelling air quality data. These and similar techniques provide powerful tools for building statistical models of air quality data. They are able to take account of the many complex interactions between variables as well as non-linear relationships between the variables.

*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

deweather makes it straightforward to test, build, and evaluate models in R.

Modelling can be computationally intensive and therefore deweather makes use of the parallel processing, which should work on Windows, Linux and Mac OSX.

📖 Documentation

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

?deweather::buildMod

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

deweather is not yet on CRAN.

The development version of deweather can be installed from GitHub using {pak}:

# install.packages("pak")
pak::pak("davidcarslaw/deweather")

🏛️ deweather is primarily maintained by David Carslaw.

📃 deweather 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.



davidcarslaw/deweather documentation built on Sept. 8, 2024, 5:33 a.m.