Small change for new SQ.W warning

- added an entry in the tables.py for the snow quall warning
This commit is contained in:
Shay Carter 2021-12-28 11:10:44 -08:00
parent bf120f8f30
commit 18444dca26

View file

@ -1774,6 +1774,10 @@ vtec = {
'sig': 'Y',
'color': 'khaki',
'hdln': 'Dense Smoke Advisory'},
'SQ.W' : {'phen': 'SQ',
'sig': 'W',
'color': '#EF2B1C',
'hdln': 'Snow Squall Warning'},
'SR.A' : {'phen': 'SR',
'sig': 'A',
'color': 'violet',