From 979bd0fc46892b732c32c9f2250ae35cf43ca755 Mon Sep 17 00:00:00 2001 From: Shay Carter Date: Tue, 19 Apr 2022 10:21:07 -0600 Subject: [PATCH] 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 --- awips/tables.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/awips/tables.py b/awips/tables.py index 3a7b3d7..bbd1845 100644 --- a/awips/tables.py +++ b/awips/tables.py @@ -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',