File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ All notable changes to this library are documented in this file.
2222memcache is short circuited.
2323- Store ` product_id ` for PIREPs and do some faked AFOS assignments to help.
2424- Support SPC afternoon Day 3 outlook (cycle assigned as 20) (#936 ).
25+ - Support VTEC significance addition of Extreme Heat (XH) (#953 ).
2526
2627### Bug Fixes
2728
Original file line number Diff line number Diff line change 107107 "WI" : "Wind" ,
108108 "WS" : "Winter Storm" ,
109109 "WW" : "Winter Weather" ,
110+ "XH" : "Extreme Heat" , # March 2025
110111 "ZF" : "Freezing Fog" ,
111112 "ZR" : "Freezing Rain" ,
112113}
217218 "WS.A" : "#4682B4" ,
218219 "WS.W" : "#FF69B4" ,
219220 "WW.Y" : "#7B68EE" ,
221+ "XH.A" : "#800000" , # maroon
222+ "XH.W" : "#C71585" , # medium violet red
220223 "ZF.Y" : "#008080" ,
221224 "ZR.Y" : "#DA70D6" ,
222225}
You can’t perform that action at this time.
0 commit comments