Opened 16 years ago

Closed 16 years ago

#4226 closed defect (fixed)

Add Wind Chill reporting to Environment Canada grabber

Reported by: Joe Ripley <vitaminjoe@…> Owned by: stuartm
Priority: minor Milestone: 0.21
Component: mythweather Version: head
Severity: low Keywords: Mythweather, environment canada, wind chill
Cc: stuartm Ticket locked: no

Description

This patch adds Wind Chill reporting for the Environment Canada grabber. Wind chill is only reported by EnvCan? when the temperature is below a certain threshold and the wind speed is above a certain threshold. So, sometimes you'll see a temperature value for wind chill, and other times it will be undefined.

This patch also includes a trivial fix for ticket #4079. I figured I could easily roll that patch into this one.

Attachments (2)

4226_diff.patch (2.9 KB) - added by Joe Ripley <vitaminjoe@…> 16 years ago.
Add wind chill reporting to Environment Canada grabber
4226_diff.2.patch (2.6 KB) - added by Joe Ripley <vitaminjoe@…> 16 years ago.
Revised original patch to remove unneeded line 35 from ENVCANParser.pm

Download all attachments as: .zip

Change History (4)

Changed 16 years ago by Joe Ripley <vitaminjoe@…>

Attachment: 4226_diff.patch added

Add wind chill reporting to Environment Canada grabber

Changed 16 years ago by Joe Ripley <vitaminjoe@…>

Attachment: 4226_diff.2.patch added

Revised original patch to remove unneeded line 35 from ENVCANParser.pm

comment:1 Changed 16 years ago by stuartm

Owner: changed from ldunning to stuartm
Status: newassigned

comment:2 Changed 16 years ago by stuartm

Resolution: fixed
Status: assignedclosed

(In [14993]) Fix wind chill reporting and sub-zero temperatures in the Environment Canada scripts for mythweather.

Patch(s) from Joe Ripley.

Closes #4226 and #4079

Note: See TracTickets for help on using tickets.