Bugs item #1053028, was opened at 10/23/04 19:34
Message generated for change (Comment added) made by sf-robot
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=446895&aid=1053028&group_id=46652

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: plugins
Group: None
>Status: Closed
Resolution: None
Priority: 5
Submitted By: Danny (smartekarl)
Assigned to: Nobody/Anonymous (nobody)
Summary: The weather plugin parser fails to parse data

Initial Comment:
When the weather data fetched from the Internet is 
parsed not all reports are parsed correctly and the 
weather plugin fails to show any data
The problem is that some reports does not use integers 
only in the temperature and dew point, but floating point.
The pymetar.py only grabs integers in the report if any, 
but fails to do so if they are floating point.
Correcting the two int(f) and int(c:[1]) references in the 
code to float(f) and float(c:[1]) and the parsing now 
passes. Test with the default CYYZ which returns 
integers only whereas KSAN returns floating point 
temperatures.

----------------------------------------------------------------------

>Comment By: SourceForge Robot (sf-robot)
Date: 09/11/05 19:20

Message:
Logged In: YES 
user_id=1312539

This Tracker item was closed automatically by the system. It was
previously set to a Pending status, and the original submitter
did not respond within 14 days (the time period specified by
the administrator of this Tracker).

----------------------------------------------------------------------

Comment By: Dirk Meyer (dischi)
Date: 08/28/05 09:35

Message:
Logged In: YES 
user_id=33647

The weather plugin is not part of Freevo. Please contact the
author of the plugin.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=446895&aid=1053028&group_id=46652


-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
Freevo-devel mailing list
Freevo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-devel

Reply via email to