Akylas / oss-weather

An OSS weather app for iOS/Android
MIT License
162 stars 13 forks source link

precipitation data misaligned in hourly chart #134

Closed Mrnofish closed 2 months ago

Mrnofish commented 3 months ago

Congrats on the app, I like it a lot.

Since I've begun using it, however, I noticed there is a misalignment between precipitation data and weather information in the hourly chart.

This can be verified inside the app: if you have sunny weather at noon and rain the following hour, the app will show chance of weather and precipitation amount under sunny weather.

The misalignment is also seen at the end of any precipitation block. (See screenshot)

It can be confirmed with other apps that fetch the same data.

OSS Weather precipitation misalignment

farfromrefug commented 3 months ago

@Mrnofish thanks for the kind words. About the issue what provider are you using?

Mrnofish commented 3 months ago

Open meteo. Meteo France does not seem to provide precipitation data at all and I don't bother with OWM.

farfromrefug commented 3 months ago

@Mrnofish oknwillntry to reproduce and fix. BTW météo France does provide it. not sure of the quality outside of France though

farfromrefug commented 2 months ago

@Mrnofish should be fixed now

Mrnofish commented 2 months ago

@farfromrefug yes, it's been working as expected for at least... a couple versions?

Thanks for the prompt fix and keep up the good work.