Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request: Probability of precipitation in % #154

Open
Crover81 opened this issue Apr 26, 2022 · 2 comments
Open

Feature request: Probability of precipitation in % #154

Crover81 opened this issue Apr 26, 2022 · 2 comments

Comments

@Crover81
Copy link

8<------------------------ FEATURE REQUEST ------------------------------------

Missing feature - Probability of precipitation in %

Justification

I believe that visualizing this data is useful to understand how likely it is that it will rain / snow on that specific day
I noticed that by not displaying the probabilities the APIs give rain even at times when the probability is only 10% making the forecasts inaccurate

If it helps in the JSON file the probability data should be "pop" 0 = 0% 1 = 100%

8<------------------------ END FEATURE REQUEST --------------------------------

Thanks

@marcelstoer
Copy link
Member

That would have to be rendered separately as text I think. The icon to render is part of the OWM result set (weather.icon).

@G6EJD
Copy link

G6EJD commented Jan 26, 2023

They issue probability of precipitation as a per-unit value or if you like per-cent if their value is x100 that’s all I do in my projects then for example if 0.57 then display PoP=57%

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants