mirror of
https://github.com/Unidata/python-awips.git
synced 2025-02-23 14:57:56 -05:00
Small change for new SQ.W warning
- added an entry in the tables.py for the snow quall warning
This commit is contained in:
parent
bf120f8f30
commit
18444dca26
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