An open API service indexing awesome lists of open source software.

https://github.com/lmarzen/pollutant-concentration-to-aqi

A C library that converts pollutant concentrations to Air Quality Index(AQI). Supports 10 common AQI scales.
https://github.com/lmarzen/pollutant-concentration-to-aqi

aqi

Last synced: 2 months ago
JSON representation

A C library that converts pollutant concentrations to Air Quality Index(AQI). Supports 10 common AQI scales.

Awesome Lists containing this project

README

        

# pollutant-concentration-to-aqi
A C library that converts pollutant concentrations to Air Quality Index(AQI).

Supports 10 common AQI scales.
- Australia AQI
- Canada AQHI
- Europe CAQI
- Hong Kong AQHI
- India AQI
- Mainland China AQI
- Singapore PSI
- South Korea CAI
- United Kingdom DAQI
- United States AQI

See aqi.h for more information about function usage.