Ozon3Org / Ozon3

An open-source Python package to easily obtain real-time, historical, or forecasted air quality data for anywhere in the world. Reliable, accurate and simple.
GNU General Public License v3.0
66 stars 23 forks source link

Add a method to show the meaning of the Air Quality Data #17

Closed ubongab closed 2 years ago

ubongab commented 2 years ago

For example, an aqi of 0 - 50 is Good and that means that air quality is considered satisfactory, and air pollution poses little or no risk._

Milind220 commented 2 years ago

@ubongab Yes, sounds like a great idea.

Milind220 commented 2 years ago

That's the page for the API that is used under the hood to fetch the data.

ubongab commented 2 years ago

Ok, cool. I'll work on this. One more question. Would you prefer to see AQI_meaning [Good, moderate....] only or would it be better to include the health implications column as well, to make it more readable and understandable for any simple person requesting the data. OR better still, shall I condense the two information into one column - AQI_meaning? That seems like a robust solution, I presume.

Milind220 commented 2 years ago

@ubongab I think include both - more information is a good thing here. It's probably best to leave the two as separate columns. Utility wise, it might give people more flexibility with what they want to use and what they don't care about.

ubongab commented 2 years ago

Alright, that makes sense!

ubongab commented 2 years ago

All done now. PR created. Could you please check and if there is anything else that needs changing, please let me know. It's been a pleasure working on this.

Milind220 commented 2 years ago

@ubongab Checked it out and merged it. Looks like just what we needed! Thanks for all the effort, it's much appreciated!