mirror of
https://github.com/Unidata/python-awips.git
synced 2025-02-23 14:57:56 -05:00
Merge branch 'main' of github.com:Unidata/python-awips into main
This commit is contained in:
commit
7f94952d74
2 changed files with 5 additions and 1 deletions
|
@ -1538,6 +1538,10 @@ vtec = {
|
||||||
'sig': 'W',
|
'sig': 'W',
|
||||||
'color': 'bisque',
|
'color': 'bisque',
|
||||||
'hdln': 'Dust Storm Warning'},
|
'hdln': 'Dust Storm Warning'},
|
||||||
|
'DS.Y' : {'phen': 'DS',
|
||||||
|
'sig': 'Y',
|
||||||
|
'color': 'darkkhaki'
|
||||||
|
'hdln': 'Dust Advisory'},
|
||||||
'DU.Y' : {'phen': 'DU',
|
'DU.Y' : {'phen': 'DU',
|
||||||
'sig': 'Y',
|
'sig': 'Y',
|
||||||
'color': 'darkkhaki',
|
'color': 'darkkhaki',
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -10,7 +10,7 @@ dependencies = ['numpy', 'six']
|
||||||
if sys.version_info < (3, 4):
|
if sys.version_info < (3, 4):
|
||||||
dependencies.append('enum34')
|
dependencies.append('enum34')
|
||||||
|
|
||||||
ver = "18.1.8"
|
ver = "18.1.9"
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='python-awips',
|
name='python-awips',
|
||||||
|
|
Loading…
Add table
Reference in a new issue