mirror of
https://github.com/Unidata/python-awips.git
synced 2025-02-23 14:57:56 -05:00
Merge pull request #57 from srcarter3/phensig-addition
Small change to add DS.Y phensig
This commit is contained in:
commit
f77689f9d8
1 changed files with 4 additions and 0 deletions
|
@ -1538,6 +1538,10 @@ vtec = {
|
|||
'sig': 'W',
|
||||
'color': 'bisque',
|
||||
'hdln': 'Dust Storm Warning'},
|
||||
'DS.Y' : {'phen': 'DS',
|
||||
'sig': 'Y',
|
||||
'color': 'darkkhaki'
|
||||
'hdln': 'Dust Advisory'},
|
||||
'DU.Y' : {'phen': 'DU',
|
||||
'sig': 'Y',
|
||||
'color': 'darkkhaki',
|
||||
|
|
Loading…
Add table
Reference in a new issue