AQ: air quality (pollution index, co2, pm10…)
Syntax
aq(type)Arguments
- type: Info type, see examples
Examples
Formula | Description |
---|---|
$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 |