orontee / taranis

Local weather data on your PocketBook e-book reader.
GNU General Public License v3.0
22 stars 0 forks source link

Precipitation histogram may not show snow #94

Closed orontee closed 3 months ago

orontee commented 3 months ago

Context

The precipitation histogram doesn't show snow at 12a.m. and 1p.m. in the following screenshot:

missing-snow-histogram

Analysis

Incomplete check in hourlyforecast.cc. Snow shows up if and only if rain is NOT "not a number".

Use the following file to test a fix: longyearbyen.json

orontee commented 3 months ago

fixed-precipitation-histogram