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

Sample output screenshot in README needs to be replaced by new image #148

Closed Milind220 closed 2 years ago

Milind220 commented 2 years ago

In the README, under the heading 'sample output' there's a screenshot of the output from one of Ozone's methods.

This image was taken before version 2.0.0, and one of the bugs fixed in v2.0.0 still shows in it. The 'pm25' label across Ozone has now been corrected and changed to 'pm2.5'.

1) Run the following code in a Jupyter Notebook:

o3.get_city_air('London')

2) Add the screenshot to the /src/media directory and label it 'sample-output' 3) Replace the line with the current photo with the path to the image in the media folder

Miller2014 commented 2 years ago

Hold my beer, I got this