mirror of
https://github.com/Unidata/python-awips.git
synced 2025-02-23 14:57:56 -05:00
Small change to add DS.Y phensig
- add new Dust Advisory to the vtec lookup table - ref: https://www.weather.gov/media/notification/pdfs/scn17-112snow_dustaad.pdf
This commit is contained in:
parent
229879c931
commit
979bd0fc46
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