mirror of
https://github.com/Unidata/python-awips.git
synced 2025-02-23 22:57:56 -05:00
add HY.S to vtec dictionary
This commit is contained in:
parent
2decfd015e
commit
316592b701
1 changed files with 4 additions and 0 deletions
|
@ -131,6 +131,10 @@ vtec = {
|
||||||
'sig': 'W',
|
'sig': 'W',
|
||||||
'color': 'green',
|
'color': 'green',
|
||||||
'hdln': 'Flood Warning'},
|
'hdln': 'Flood Warning'},
|
||||||
|
'HY.S' : {'phen': 'FL',
|
||||||
|
'sig': 'S',
|
||||||
|
'color': '#00ff7f',
|
||||||
|
'hdln': 'Hydrological Statement'},
|
||||||
'FL.S' : {'phen': 'FL',
|
'FL.S' : {'phen': 'FL',
|
||||||
'sig': 'S',
|
'sig': 'S',
|
||||||
'color': '#00ff7f',
|
'color': '#00ff7f',
|
||||||
|
|
Loading…
Add table
Reference in a new issue