woheller69 / omweather

GNU General Public License v3.0
334 stars 14 forks source link

Weather daily summary really pessimistic #70

Closed Murmele closed 9 months ago

Murmele commented 9 months ago

Describe the bug When looking on the weekly forecast the weather looks really pessimistic. When checking then the detail it looks much better. Do you get the summary from om or are you calculating it in the app?

How to Reproduce Steps to reproduce the behavior:

  1. Open omWeather
  2. Check weather

Expected behavior The day summary forecast represents a good summary of the detailed one

Screenshots Screenshot_20231218_055147_omWeather Screenshot_20231218_055140_omWeather Screenshot_20231218_055132_omWeather Screenshot_20231218_055121_omWeather Screenshot_20231218_055114_omWeather

Environment (please complete the following information):

Murmele commented 9 months ago

Ok I found the optimized option. I would recommend to set it as default :)

woheller69 commented 9 months ago

The official data always provides the worst case...

a-ba commented 5 months ago

I came across the same issue. I checked the raw data returned and it looks very correct.

The point is that the daily temparature range reported by open-meteo is computed over the whole day (24-hour period) whereas the high/low numbers displayed in media outlets usually reflect the temperatures you experience during daylight (which is more relevant to most users: you do not decide what to wear according to the lowest temperature reached in late night).

One possible way to address this (i.e. to displays a temperatures relevant to the user's habits) would be to recompute the min and max temparature from the hourly forecast and over a customisable interval (eg: 8am-20pm).