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 151896 - Visibility is reported as "Unknown" for all cities outside of North America.
Visibility is reported as "Unknown" for all cities outside of North America.
Status: RESOLVED FIXED
Product: gnome-applets
Classification: Other
Component: gweather
2.6.x
Other Linux
: Normal normal
: ---
Assigned To: gnome-applets Maintainers
gnome-applets Maintainers
Depends on:
Blocks:
 
 
Reported: 2004-09-05 10:21 UTC by André Dahlqvist
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: 2.5/2.6



Description André Dahlqvist 2004-09-05 10:21:27 UTC
"Visibility" is shown as "Unknown" for all cities apart from the ones in North
America. The METAR observation does however includes visibility information, but
gweather doesn't seam to understand it.

For an example, the current conditions for Luleå in Sweden are:

Current Weather Conditions:
Lulea / Kallax, Sweden
(ESPA) 65-33N 022-08E 34M
Conditions at 2004.09.05 0920 UTC
Wind 	from the WSW (250 degrees) at 12 MPH (10 KT)
Visibility 	greater than 7 mile(s)
Sky conditions 	clear
Temperature 	69 F (21 C)
Dew Point 	50 F (10 C)
Relative Humidity 	49%
Pressure (altimeter) 	30.06 in. Hg (1018 hPa)

Notice that the report says "Visiblity greather than 7 mile(s)".

The observation code for this report is:

ESPA 050920Z 25010KT 9999 SKC 21/10 Q1018

In gweather the Visiblity is still shown as "Unknown".

Like I said, this appears to be the case for all cities outside of North
America. The information from North American cities is gathered from another
source, right?
Comment 1 Frank Solensky 2004-12-05 03:58:13 UTC
It's the same source but the format for US observations is different that the
international standard (big surprise, eh?).  The US format ends with "SM" for
statue miles while the international standard is the minimum and an optional
maximum visibility in meters.

I'm including this in the second patch for bug #160475, to be posted momentarily.

Comment 2 Danielle Madeley 2004-12-05 06:24:41 UTC
Fixed by 160475.