Skip to content

Commit cfac490

Browse files
authored
Merge pull request #954 from akrherz/gh953_xh
✨ Add VTEC XH Code (Extreme Heat)
2 parents 9e26ee1 + 9e8ac1a commit cfac490

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ All notable changes to this library are documented in this file.
2222
memcache 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

src/pyiem/nws/vtec.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@
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
}
@@ -217,6 +218,8 @@
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
}

0 commit comments

Comments
 (0)