mirror of
https://github.com/Unidata/python-awips.git
synced 2025-02-23 22:57:56 -05:00
awips.Tables -> awips/tables
This commit is contained in:
parent
97a1e14c42
commit
eb58b5d9f3
1 changed files with 23 additions and 0 deletions
|
@ -1,3 +1,26 @@
|
|||
nexrad = {
|
||||
"N0Q" : {
|
||||
'id': 94,
|
||||
'unit':'dBZ',
|
||||
'name':'0.5 deg Base Reflectivity',
|
||||
'ctable': ['NWSStormClearReflectivity',-20., 0.5],
|
||||
'res': 1000.,
|
||||
'elev': '0.5'},
|
||||
"N0U" : {
|
||||
'id': 99,
|
||||
'unit':'kts',
|
||||
'name':'0.5 deg Base Velocity',
|
||||
'ctable': ['NWS8bitVel',-100.,1.],
|
||||
'res': 250.,
|
||||
'elev': '0.5'},
|
||||
"EET" : {
|
||||
'id': 135,
|
||||
'unit':'kft',
|
||||
'name':'Enhanced Echo Tops',
|
||||
'ctable': ['NWSEnhancedEchoTops',2,1],
|
||||
'res': 1000.,
|
||||
'elev': '0.0'}
|
||||
}
|
||||
# Dictionary that maps VTEC codes to headlines
|
||||
# Modified from com.raytheon.uf.edex.activetable/utility/common_static/base/vtec/VTECTable.py
|
||||
# Colors from https://www.weather.gov/bro/mapcolors
|
Loading…
Add table
Reference in a new issue