aqi 0.2.0

Functions for calculating Air Quality Index values
Documentation
  • Coverage
  • 88.46%
    23 out of 26 items documented0 out of 17 items with examples
  • Size
  • Source code size: 36.7 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 582.19 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 7s Average build duration of successful builds.
  • all releases: 7s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Homepage
  • kelnos/aqi-rs
    2 1 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • kelnos

aqi

crates.io Documentation Apache 2.0 Build Status

The aqi crate provides functions for calculating the Air Quality Index based on concentrations of particuate matter.

The AQI is defined for ozone (O₃), 1.0-2.5 micron particulate matter (PM2.5), 2.5-10 micron particulate matter (PM10), carbon monoxide (CO), sulfur dioxide (SO₂), and nitrogen dioxide (NO₂).

The AQI helps make air quality more understandable to laypersons, normalizing air quality on a scale from 0 to 500, with round-number ranges that indicate qualities such as "Good", "Unhealthy", and "Hazardous".

For further information, see AQI basics and AQI techinical assistance.

Additionally, this library supports "adjusted" PM2.5 AQI values, using the LRAPA, EPA and AQandU conversion formulas.