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:
Shay Carter 2022-04-19 10:21:07 -06:00
parent 229879c931
commit 979bd0fc46

View file

@ -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',