From 18444dca2654d73ca6e15ba2db49e7d5cc42f7c8 Mon Sep 17 00:00:00 2001 From: Shay Carter Date: Tue, 28 Dec 2021 11:10:44 -0800 Subject: [PATCH] Small change for new SQ.W warning - added an entry in the tables.py for the snow quall warning --- awips/tables.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/awips/tables.py b/awips/tables.py index 823f5c9..3a7b3d7 100644 --- a/awips/tables.py +++ b/awips/tables.py @@ -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',