I think there is a bug in uwxutils.py in the function CToF. The conversion 
currently is

return (5.0/9.0)*value + 32.0

I believe this should be 

return (9.0/5.0)*value + 32.0

Reply via email to