You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just installed everything. But I came across an issue(?) with the description of the air quality if the european air quality index is selected.
Today the air quality index is 14 (wich should be a really good value (lower = better)).
For the en_US translation this value is described as Very Low.
As said in https://en.wikipedia.org/wiki/Air_quality_index#Europe (second paragraph of "CAQI"): The CAQI is a number on a scale from 1 to 100, where a low value means good air quality and a high value means bad air quality.
So in my understanding the description should be Very High instead.
The issue might come from the table below, which lists the Qualitative name and the corresponding Index or sub-index. In my understanding the Qualitative name answers the question: "How high or low is the pollution?" but I think the question that should be answered for the air quality (index) is: "How good or bad ist the air (quality)?"
So in conclusion the char array for the air quality with european calculation should not be from low to high
I'll quickly explain why it is the way it is. Feel free to let me know if you still disagree.
I used the Qualitative Name/Descriptor/Category outlined in the official standard for each AQI. Some AQI's attempt to fulfil different purposes, some present amount of air pollution like CAQI, and others like the US AQI present air quality closer to the sense that you are suggesting.
These indices have five levels using a scale from ‘0‘ (very low) to ‘> 100’ (very high). It presents a relative measure of the amount of air pollution.
I just installed everything. But I came across an issue(?) with the description of the air quality if the european air quality index is selected.
Today the air quality index is
14
(wich should be a really good value (lower = better)).For the en_US translation this value is described as
Very Low
.As said in https://en.wikipedia.org/wiki/Air_quality_index#Europe (second paragraph of "CAQI"):
The CAQI is a number on a scale from 1 to 100, where a low value means good air quality and a high value means bad air quality.
So in my understanding the description should be
Very High
instead.The issue might come from the table below, which lists the
Qualitative name
and the correspondingIndex or sub-index
. In my understanding theQualitative name
answers the question: "How high or low is the pollution?" but I think the question that should be answered for theair quality (index)
is: "How good or bad ist the air (quality)?"So in conclusion the char array for the air quality with european calculation should not be from low to high
but the other way round: from high to low (as the array for the us air quality is):
I hope this is understandable. 🙈
If you think the same I would create a merge request. (:
ps. the same principal applies to
CANADA_AQHI_TXT
,HONG_KONG_AQHI_TXT
,UNITED_KINGDOM_DAQI_TXT
.The text was updated successfully, but these errors were encountered: