Closed
Description
Data element precipType
provides inconsistent and incorrect values. For example, it's summer here and the value will sometimes be snow
. Quite often it's none
-- even when the probability of precipitation is non-zero. So I can get:
f"Chance of {precipType}: {precipProbability}%"
- Chance of none: 10%
- Chance of snow: 10% (in summer)
with the exception of incongruous rain
and snow
values, I've been coercing the value to precipitation
which works, but is suboptimal.
Metadata
Metadata
Assignees
Labels
No labels