The "wind chill factor" calculation is reporting unrealistic values for warmer temperatures. A recent run shows an actual temperature of 86F and a wind chill factor of 91F. While the calculation is technically correct based on the formula it is not a realistic value since wind chill is only defined for when the observed temperature is at or below 50F. Is it possible to implement a check that removes wind chill if the temperature is >= 50F?
See: "Wind Chill Temperature is only defined for temperatures at or below 50°F and wind speeds above 3 mph." (https://www.weather.gov/safety/cold-wind-chill-chart )