mirror of
https://github.com/Unidata/python-awips.git
synced 2025-02-23 14:57:56 -05:00
Merge pull request #50 from srcarter3/main
Small change for new SQ.W warning
This commit is contained in:
commit
d1ead70657
1 changed files with 4 additions and 0 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Reference in a new issue