Replies: 1 comment 6 replies
-
Note: I don't see it in the hourly forecast either (just a semi "free-form" description like "Chance Rain Showers". I agree, the POP % AND type really should be provided. |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
The daily / period forecast API (eg https://api.weather.gov//gridpoints//RNK//34,49//forecast) does not include a discrete PoP (probability of precipitation) value. It appears possible to jump through some hoops to extract a low-precision (10% increment) value from the forecast icon URL (as long as the value is 20% or greater). However it is far more desirable to simply have PoP as a discrete value.
The probability of rain for a given day / period is a very fundamental part of a forecast, so it seems to be an oversight that it is not provided.
Note: This data is included in the hourly grid forecast, however it is not possible to calculate a daily PoP from a set of hourly PoP without knowing the forecast model or dependent variables.
Beta Was this translation helpful? Give feedback.
All reactions