csparpa / pyowm

A Python wrapper around the OpenWeatherMap web API
https://pyowm.readthedocs.io
MIT License
789 stars 171 forks source link

Add new pop field to Weather class (probability of precipitation) #354

Closed gpoppino closed 3 years ago

gpoppino commented 3 years ago

Hello,

There is a new pop field in the response of weather data that shows the probability of precipitation in a day.

Example response:

Announcement:

Could this new field be added to the Weather class?

csparpa commented 3 years ago

Hello @gpoppino I think we've already got this into the developbranch (see: https://github.com/csparpa/pyowm/pull/349)

This will be in the next release, if you need it urgently you can install PyOWM from the develop branch, which I strive to keep always stable

gpoppino commented 3 years ago

Hi, that's great news! I think I will wait for the next release. Thanks!

MatthiasLohr commented 3 years ago

When will this next release be released? Also awaiting this feature/field...

csparpa commented 3 years ago

@MatthiasLohr I am not able to schedule a release date as of today.. the feature is already available on the develop branch, if you need it urgently please install pyowm by cloning that branch (follow the project docs here https://pyowm.readthedocs.io/en/latest/v3/faq.html#modulenotfound-error-upon-installing-pyowm-development-branch-from-github at the very bottom)

csparpa commented 3 years ago

@MatthiasLohr FYI by today the next PyOWM release will be out!