Bugs item #1053028, was opened at 2004-10-24 02:34 Message generated for change (Settings changed) made by dischi 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: Pending 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: Dirk Meyer (dischi) Date: 2005-08-28 16: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