From 316592b701fb847b4b5474ce374ebeddc67177cc Mon Sep 17 00:00:00 2001 From: mjames-upc Date: Thu, 6 Apr 2017 12:12:58 -0600 Subject: [PATCH] add HY.S to vtec dictionary --- awips/tables.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/awips/tables.py b/awips/tables.py index 967cacc..f967086 100644 --- a/awips/tables.py +++ b/awips/tables.py @@ -131,6 +131,10 @@ vtec = { 'sig': 'W', 'color': 'green', 'hdln': 'Flood Warning'}, + 'HY.S' : {'phen': 'FL', + 'sig': 'S', + 'color': '#00ff7f', + 'hdln': 'Hydrological Statement'}, 'FL.S' : {'phen': 'FL', 'sig': 'S', 'color': '#00ff7f',