At the moment (8:30 PM), for a number of counties in my area, WeatherKit is indicating a conditionCode
of WintryMix
for overnightForecast.
The low is above freezing, and according to the iPhone weather app there is zero percent chance of precipitation overnight. WeatherKit shows a 0.36 (36%) chance of precipitation but 0 precipitationAmount
and 0 snowfallAmount.
No other weather data I can find indicates any precipitation overnight in this area. In fact it's supposed to be clear overnight. For now, as an immediate fix, I'm using the restOfDayForecast
to get me to midnight, as it seems to be correct. However this is extremely concerning, and my users are very concerned (we're in a fairly southern area) because of this totally false WintryMix
conditionCode.
I'm really not sure what to do about this. Maybe ignore the condition code if it indicates precipitation but with a 0 precipitationAmount?
I'd also like to know why the iPhone weather widget is correct but this WeatherKit data is not. There are multiple counties in this area which are returning the WintryMix,
so this is not some small geographic area doing this.
I'm including below the currentWeather
and forecastDaily
containing today's forecast.
Well, I tried to include it, but I get a "You have included content in your post that is not permitted." warning. Ridiculous.