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.
- Host: GitHub
- URL: https://github.com/lmarzen/pollutant-concentration-to-aqi
- Owner: lmarzen
- License: lgpl-2.1
- Created: 2022-06-05T19:12:05.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-10T19:44:35.000Z (about 2 years ago)
- Last Synced: 2023-12-16T14:40:05.815Z (over 1 year ago)
- Topics: aqi
- Language: C
- Homepage:
- Size: 84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 AQISee aqi.h for more information about function usage.