mirror of
https://github.com/Unidata/python-awips.git
synced 2025-02-23 22:57:56 -05:00
nexrad table fix for HHC, DHR colormaps
This commit is contained in:
parent
32c2548331
commit
73db9505d2
1 changed files with 2 additions and 2 deletions
|
@ -320,6 +320,8 @@ nexrad = {
|
||||||
"name": "Digital Hybrid Scan Refl",
|
"name": "Digital Hybrid Scan Refl",
|
||||||
"res": 1.0,
|
"res": 1.0,
|
||||||
"mnemo": "DHR",
|
"mnemo": "DHR",
|
||||||
|
"ctable": ['NWSStormClearReflectivity', -20., 0.5],
|
||||||
|
"scale": [-32.0, 94.5],
|
||||||
"range": 230,
|
"range": 230,
|
||||||
"lvls": 256,
|
"lvls": 256,
|
||||||
"id": 32,
|
"id": 32,
|
||||||
|
@ -1324,8 +1326,6 @@ nexrad = {
|
||||||
"name": "Hybrid Hydrometeor Class",
|
"name": "Hybrid Hydrometeor Class",
|
||||||
"res": 0.25,
|
"res": 0.25,
|
||||||
"mnemo": "HHC",
|
"mnemo": "HHC",
|
||||||
"ctable": ['NWS8bitVel', -100., 1.],
|
|
||||||
"scale": [0, 16],
|
|
||||||
"range": 230,
|
"range": 230,
|
||||||
"lvls": 256,
|
"lvls": 256,
|
||||||
"id": 177,
|
"id": 177,
|
||||||
|
|
Loading…
Add table
Reference in a new issue