After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 738307 - strange forecast
strange forecast
Status: RESOLVED FIXED
Product: gnome-weather
Classification: Applications
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: GNOME Weather Maintainer(s)
GNOME Weather Maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2014-10-10 15:41 UTC by Jakub Steiner
Modified: 2014-10-10 23:20 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
odd weather (1.13 MB, image/png)
2014-10-10 15:41 UTC, Jakub Steiner
  Details
yrno: actually update to the 1.9 API (11.57 KB, patch)
2014-10-10 23:19 UTC, Giovanni Campagna
committed Details | Review

Description Jakub Steiner 2014-10-10 15:41:24 UTC
Created attachment 288234 [details]
odd weather

As the attached screenshot demonstrates, the weather forecast is somewhat odd.

* Global indicator shows -1°C, yet all the hourly readings are above 13°C
* Tue shows it's going to be snowing at 16°C, which is certainly something to looks forward to.

It may be some glitch in the source data, but I wouldn't rule out some parsing/unit issue.
Comment 1 Giovanni Campagna 2014-10-10 22:59:56 UTC
One explanation could be that the current weather is based on the readings from the closest weather station (which can be up to a couple hours old, in unfortunate cases, although it is usually within half an hour for international airports), while the hourly weather is based on yr.no forecasts (which are usually updated every 6 hours, and may not reflect the actual outside weather).

The snow at 16°C is probably a different bug, I'll need to look into it.
Comment 2 Giovanni Campagna 2014-10-10 23:19:13 UTC
Created attachment 288262 [details] [review]
yrno: actually update to the 1.9 API

The 1.9 API, unlike the 1.8 one, uses non consecutive numbers for
symbol codes, so we need to write down which codes correspond
to which symbols and use a binary search to find out what the server
gave us.
Comment 3 Giovanni Campagna 2014-10-10 23:20:06 UTC
Attachment 288262 [details] pushed as 79ae03e - yrno: actually update to the 1.9 API

Pushed to master (soon to be gnome-3-14) and gnome-3-12. Will be
in 3.14.1 on Monday.