precipitationAmount

17 results found

Post

Replies

Boosts

Views

Activity

WeatherKit current data very inaccurate in China
I'm in Changsha, China. get my current location from Apple Maps. but the WeatherKit result is not same with Weather App. request: GET /api/v1/weather/zh-CN/28.212151/112.955606?countryCode=cn&timeZone=Asia%2FShanghai&dataSets=forecastHourly&hourlyStart=2022-12-12T22%3A19%3A05Z&hourlyEnd=2022-12-17T22%3A19%3A05Z host: weatherkit.apple.com response: { forecastStart: 2022-12-17T22:00:00Z, cloudCover: 0.01, conditionCode: Clear, daylight: false, humidity: 0.65, precipitationAmount: 0.0, precipitationIntensity: 0.0, precipitationChance: 0.0, precipitationType: clear, pressure: 1036.48, pressureTrend: falling, snowfallIntensity: 0.0, snowfallAmount: 0.0, /// this is -2.83°C temperature: -2.83, temperatureApparent: -3.64, temperatureDewPoint: -8.47, uvIndex: 0, visibility: 18656.25, windDirection: 318, windGust: 9.61, windSpeed: 4.08 } Weather App temperature is 2°C
2
0
922
Dec ’22
WeatherKit UV index is always returning 0
Hi, i've been playing with WeatherKit for the first 3 betas but each time I try to get the UV Index of a forecast I've got 0 as value. For example the hourly forecast of San Francisco at the time of writing is the following : Optional(WeatherKit.HourWeather(date: 2022-07-06 14:00:00 +0000, cloudCover: 0.98, condition: Drizzle, symbolName: cloud.moon.rain, dewPoint: 21.87 °C, humidity: 0.95, isDaylight: false, precipitation: rain, precipitationChance: 0.44, precipitationAmount: 0.44 mm, snowfallAmount: 0.0 mm, pressure: 1000.93 mbar, pressureTrend: Steady, temperature: 22.67 °C, apparentTemperature: 24.89 °C, uvIndex: WeatherKit.UVIndex(value: 0, category: Low), visibility: 8977.97 m, wind: WeatherKit.Wind(compassDirection: South Southeast, direction: 151.0 °, speed: 32.34 km/h, gust: Optional(48.66 km/h)))) While the UV Index at the time from The Weather Network is supposed to be 4. I've got this issue since beta 1 and it's happening on every location I try. Is this happening as well to other people
3
0
1.1k
Jul ’22