Skip to content

Precipitation Type Inconsistency #78

Closed
@DaveL17

Description

@DaveL17

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions