Software/klwp & kwgt

[KWGT Function] AQ: air quality (pollution index, co2, pm10?)

BahnSeo 2024. 3. 8. 09:37

 

kwgt 의  AQ 함수가 지원하는 내용입니다. 

공기의 상태 등의 정보를 가져올 수 있습니다.

 

 

 


 

 

AQ: air quality (pollution index, co2, pm10?)

Syntax

aq(type)

Arguments

  • type: Info type, see examples

Examples

FormulaDescription

$aq(index)$ Air quality index (0 = best, 400 = worst)
$aq(label)$ Air quality level label
$aq(level)$ Air quality level, one of:: NA, GOOD, MODERATE, UNHEALTHY_FOR_SENSITIVE, UNHEALTHY, VERY_UNHEALTHY, HAZARDOUS
$aq(no2)$ Average No2 (µg/m³)
$aq(pm10)$ Average PM10 (µg/m³)
$aq(pm25)$ Average PM25 (µg/m³)
$aq(station)$ Data station ID
$aq(source)$ Name of the data source
$tf(aq(updated))$ Last data check in hh:mm format
$tf(aq(collected))$ Time of data measurement in hh:mm format