Closed Milind220 closed 2 years ago
Hold my beer, I got this
I was just testing our new bot out! Feel free to take this :)
Hold my beer, I got this
I have gathered explanations for each parameter, however I am having trouble finding the meaning of the parameter ‘wg’. I searched for the meaning on the WAQI website and others but cannot seem to find it.
Here is what I have so far:
Sources used: WAQI United States Environmental Protection Agency National Weather Service
@kristinamancini That's awesome!
Don't worry about the last parameter 'wg'. We can always merge in what you got right now and add the line for 'wg' when someone manages to find it.
You can go ahead and make your PR if you're done making changes! Thanks a lot.
Ozone can currently fetch the following parameters (taken from the Ozone class):
[ "aqi", "pm25", "pm10", "o3", "co", "no2", "so2", "dew", "h", "p", "t", "w", "wg", ]
Some of these parameters, such as 'aqi' are pretty obvious in meaning, but others, such as 'h' , 'w', 'wg', 't' are not easily understood.
It would be excellent to have a short section explaining each parameter briefly in the README, perhaps under the code examples.
You can check the WAQI API website and see if they have the meanings there, or otherwise a google search should prove useful.