Updated MRMS Grid styleRules to load better on mac
Because macs can't use openGL shader, some gridded products don't display correctly, specifically on the M1's. It appears like the "NO DATA" gets plotted at the max color instead of min so the whole map has extra shaded areas when the dataMapping tag is used. I attempted to change quite a few of these from the dataMapping tag to the colorbarLabeling tag. In some of these cases when changing to the colorbarLabeling tag and plotting the data, some "NO DATA" areas show up as negative numbers, but it at least looks much better Updated MRMS StyleRules: -Reflectivity products -Echo Tops -Thickness -VII -VIL Density -VIL -Az Shear -Rotation Tracks -MESH -POSH -SHI -Lightning Density -SPR -RQI -HSR Height -Gauge Infl -Model Freezing Height -Brightband Top/Bottom Height -Warm Rain Prob MRMS Products still not working: -Lightning Prob -Lightning Jump -Streamflow -Streamflow Unit -Soil Moisture -QPE Radar Only, MSP1, MSP2 - this is really weird - colormap doesn't look the same on mac/linux MRMS Products that work correctly as is: -ARI -FFG -SPT -Model Temp -Model Wet Bulb
This commit is contained in:
parent
ca48a8aa44
commit
3b0e20fe4e
1 changed files with 74 additions and 26 deletions
|
@ -51,8 +51,8 @@
|
||||||
<parameter>ETCWL</parameter>
|
<parameter>ETCWL</parameter>
|
||||||
</paramLevelMatches>
|
</paramLevelMatches>
|
||||||
<imageStyle>
|
<imageStyle>
|
||||||
<range scale="LINEAR">
|
|
||||||
<displayUnits>ft</displayUnits>
|
<displayUnits>ft</displayUnits>
|
||||||
|
<range scale="LINEAR">
|
||||||
<minValue>11</minValue>
|
<minValue>11</minValue>
|
||||||
<maxValue>-19</maxValue>
|
<maxValue>-19</maxValue>
|
||||||
</range>
|
</range>
|
||||||
|
@ -5211,6 +5211,10 @@
|
||||||
<maxValue>70</maxValue>
|
<maxValue>70</maxValue>
|
||||||
</range>
|
</range>
|
||||||
<defaultColormap>mrms/mrmsEchoTops</defaultColormap>
|
<defaultColormap>mrms/mrmsEchoTops</defaultColormap>
|
||||||
|
<colorbarLabeling>
|
||||||
|
<values> 10 20 30 40 50 60 70</values>
|
||||||
|
</colorbarLabeling>
|
||||||
|
<!--
|
||||||
<dataMapping>
|
<dataMapping>
|
||||||
<entry label="" operator="<" pixelValue="0"/>
|
<entry label="" operator="<" pixelValue="0"/>
|
||||||
<entry displayValue="0.005" operator=">" pixelValue="0.0015"/>
|
<entry displayValue="0.005" operator=">" pixelValue="0.0015"/>
|
||||||
|
@ -5223,6 +5227,7 @@
|
||||||
<entry displayValue="70" operator=">" pixelValue="21.335"/>
|
<entry displayValue="70" operator=">" pixelValue="21.335"/>
|
||||||
<entry displayValue="200" operator=">" pixelValue="60.96"/>
|
<entry displayValue="200" operator=">" pixelValue="60.96"/>
|
||||||
</dataMapping>
|
</dataMapping>
|
||||||
|
-->
|
||||||
</imageStyle>
|
</imageStyle>
|
||||||
</styleRule>
|
</styleRule>
|
||||||
<styleRule>
|
<styleRule>
|
||||||
|
@ -5254,7 +5259,11 @@
|
||||||
<minValue>0</minValue>
|
<minValue>0</minValue>
|
||||||
<maxValue>40</maxValue>
|
<maxValue>40</maxValue>
|
||||||
</range>
|
</range>
|
||||||
|
<colorbarLabeling>
|
||||||
|
<values>10 20 30 40</values>
|
||||||
|
</colorbarLabeling>
|
||||||
<defaultColormap>mrms/mrmsHSRHeight</defaultColormap>
|
<defaultColormap>mrms/mrmsHSRHeight</defaultColormap>
|
||||||
|
<!--
|
||||||
<dataMapping>
|
<dataMapping>
|
||||||
<entry pixelValue="0" operator="<" label="" />
|
<entry pixelValue="0" operator="<" label="" />
|
||||||
<entry pixelValue="0.0015" operator=">"
|
<entry pixelValue="0.0015" operator=">"
|
||||||
|
@ -5268,6 +5277,7 @@
|
||||||
<entry pixelValue="12.191" operator=">"
|
<entry pixelValue="12.191" operator=">"
|
||||||
displayValue='40' />
|
displayValue='40' />
|
||||||
</dataMapping>
|
</dataMapping>
|
||||||
|
-->
|
||||||
</imageStyle>
|
</imageStyle>
|
||||||
</styleRule>
|
</styleRule>
|
||||||
<!-- MRMS Composite Reflectivity Height -->
|
<!-- MRMS Composite Reflectivity Height -->
|
||||||
|
@ -5287,6 +5297,11 @@
|
||||||
<maxValue>70</maxValue>
|
<maxValue>70</maxValue>
|
||||||
</range>
|
</range>
|
||||||
<defaultColormap>mrms/mrmsEchoTops</defaultColormap>
|
<defaultColormap>mrms/mrmsEchoTops</defaultColormap>
|
||||||
|
|
||||||
|
<colorbarLabeling>
|
||||||
|
<values>10 20 30 40 50 60 70</values>
|
||||||
|
</colorbarLabeling>
|
||||||
|
<!--
|
||||||
<dataMapping>
|
<dataMapping>
|
||||||
<entry label="" operator="<" pixelValue="0"/>
|
<entry label="" operator="<" pixelValue="0"/>
|
||||||
<entry displayValue="0.005" operator=">" pixelValue="1.5"/>
|
<entry displayValue="0.005" operator=">" pixelValue="1.5"/>
|
||||||
|
@ -5299,6 +5314,7 @@
|
||||||
<entry displayValue="70" operator=">" pixelValue="21033.5"/>
|
<entry displayValue="70" operator=">" pixelValue="21033.5"/>
|
||||||
<entry displayValue="200" operator=">" pixelValue="60960"/>
|
<entry displayValue="200" operator=">" pixelValue="60960"/>
|
||||||
</dataMapping>
|
</dataMapping>
|
||||||
|
-->
|
||||||
</imageStyle>
|
</imageStyle>
|
||||||
</styleRule>
|
</styleRule>
|
||||||
<!-- MRMS Thickness Products -->
|
<!-- MRMS Thickness Products -->
|
||||||
|
@ -5317,6 +5333,10 @@
|
||||||
<maxValue>35</maxValue>
|
<maxValue>35</maxValue>
|
||||||
</range>
|
</range>
|
||||||
<defaultColormap>mrms/mrmsThickness</defaultColormap>
|
<defaultColormap>mrms/mrmsThickness</defaultColormap>
|
||||||
|
<colorbarLabeling>
|
||||||
|
<values>-20 -15 -10 -5 0 5 10 15 20 25 30 35</values>
|
||||||
|
</colorbarLabeling>
|
||||||
|
<!--
|
||||||
<dataMapping>
|
<dataMapping>
|
||||||
<entry displayValue="-20" operator="<" pixelValue="-6.095"/>
|
<entry displayValue="-20" operator="<" pixelValue="-6.095"/>
|
||||||
<entry displayValue="-15" operator="<" pixelValue="-4.572"/>
|
<entry displayValue="-15" operator="<" pixelValue="-4.572"/>
|
||||||
|
@ -5332,6 +5352,7 @@
|
||||||
<entry displayValue="35" operator=">" pixelValue="10.667"/>
|
<entry displayValue="35" operator=">" pixelValue="10.667"/>
|
||||||
<entry displayValue="99" operator=">" pixelValue="30.175"/>
|
<entry displayValue="99" operator=">" pixelValue="30.175"/>
|
||||||
</dataMapping>
|
</dataMapping>
|
||||||
|
-->
|
||||||
</imageStyle>
|
</imageStyle>
|
||||||
</styleRule>
|
</styleRule>
|
||||||
<!-- MRMS CG Lightning Density -->
|
<!-- MRMS CG Lightning Density -->
|
||||||
|
@ -5350,6 +5371,10 @@
|
||||||
<maxValue>50</maxValue>
|
<maxValue>50</maxValue>
|
||||||
</range>
|
</range>
|
||||||
<defaultColormap>mrms/mrmsLightning</defaultColormap>
|
<defaultColormap>mrms/mrmsLightning</defaultColormap>
|
||||||
|
<colorbarLabeling>
|
||||||
|
<values>0 1 2 5 10 15 20 25 30 35 40 45 50</values>
|
||||||
|
</colorbarLabeling>
|
||||||
|
<!--
|
||||||
<dataMapping>
|
<dataMapping>
|
||||||
<entry label="" operator="<" pixelValue="-0.19"/>
|
<entry label="" operator="<" pixelValue="-0.19"/>
|
||||||
<entry displayValue="0" operator=">" pixelValue="0"/>
|
<entry displayValue="0" operator=">" pixelValue="0"/>
|
||||||
|
@ -5371,6 +5396,7 @@
|
||||||
<entry displayValue="50" operator=">" pixelValue="50"/>
|
<entry displayValue="50" operator=">" pixelValue="50"/>
|
||||||
<entry displayValue="999" operator=">" pixelValue="999"/>
|
<entry displayValue="999" operator=">" pixelValue="999"/>
|
||||||
</dataMapping>
|
</dataMapping>
|
||||||
|
-->
|
||||||
</imageStyle>
|
</imageStyle>
|
||||||
</styleRule>
|
</styleRule>
|
||||||
<!-- MRMS Lightning Probability and Warm Rain Probability-->
|
<!-- MRMS Lightning Probability and Warm Rain Probability-->
|
||||||
|
@ -5394,30 +5420,6 @@
|
||||||
</imageStyle>
|
</imageStyle>
|
||||||
</styleRule>
|
</styleRule>
|
||||||
<!-- MRMS Lightning Jump -->
|
<!-- MRMS Lightning Jump -->
|
||||||
<styleRule>
|
|
||||||
<paramLevelMatches>
|
|
||||||
<parameter>LightningJumpGrid</parameter>
|
|
||||||
<parameter>LightningJumpGridMax5min</parameter>
|
|
||||||
</paramLevelMatches>
|
|
||||||
<imageStyle>
|
|
||||||
<numericFormat>
|
|
||||||
<pattern>0.0</pattern>
|
|
||||||
</numericFormat>
|
|
||||||
<displayUnits label=" Sigma">*1</displayUnits>
|
|
||||||
<range>
|
|
||||||
<minValue>-4</minValue>
|
|
||||||
<maxValue>7</maxValue>
|
|
||||||
</range>
|
|
||||||
<defaultColormap>mrms/mrmsLtgJump</defaultColormap>
|
|
||||||
<interpolate>false</interpolate>
|
|
||||||
<colorbarLabeling>
|
|
||||||
<values>-4 -3 -2 -1 0 1 2 3 4 5 6</values>
|
|
||||||
</colorbarLabeling>
|
|
||||||
=======
|
|
||||||
>>>>>>> 2c1200f... Move mrms bundles and menus from ./awips2/cave/com.raytheon.viz.grid/ to ./awips2/edexOsgi/com.raytheon.uf.edex.plugin.grid/:edexOsgi/com.raytheon.uf.edex.plugin.grid/utility/common_static/base/styleRules/gridImageryStyleRules.xml
|
|
||||||
</imageStyle>
|
|
||||||
</styleRule>
|
|
||||||
<!-- MRMS Lightning Jump -->
|
|
||||||
<styleRule>
|
<styleRule>
|
||||||
<paramLevelMatches>
|
<paramLevelMatches>
|
||||||
<parameter>LightningJumpGrid</parameter>
|
<parameter>LightningJumpGrid</parameter>
|
||||||
|
@ -5477,6 +5479,10 @@
|
||||||
<maxValue>4.0</maxValue>
|
<maxValue>4.0</maxValue>
|
||||||
</range>
|
</range>
|
||||||
<defaultColormap>mrms/mrmsHail</defaultColormap>
|
<defaultColormap>mrms/mrmsHail</defaultColormap>
|
||||||
|
<colorbarLabeling>
|
||||||
|
<values>.5 1 1.5 2 2.5 3 3.5 4</values>
|
||||||
|
</colorbarLabeling>
|
||||||
|
<!--
|
||||||
<dataMapping>
|
<dataMapping>
|
||||||
<entry label="" operator="<" pixelValue="0"/>
|
<entry label="" operator="<" pixelValue="0"/>
|
||||||
<entry displayValue="0.005" operator=">" pixelValue="0.126"/>
|
<entry displayValue="0.005" operator=">" pixelValue="0.126"/>
|
||||||
|
@ -5490,6 +5496,7 @@
|
||||||
<entry displayValue="4.0" operator=">" pixelValue="101.523"/>
|
<entry displayValue="4.0" operator=">" pixelValue="101.523"/>
|
||||||
<entry displayValue="9.0" operator=">" pixelValue="228.601"/>
|
<entry displayValue="9.0" operator=">" pixelValue="228.601"/>
|
||||||
</dataMapping>
|
</dataMapping>
|
||||||
|
-->
|
||||||
</imageStyle>
|
</imageStyle>
|
||||||
</styleRule>
|
</styleRule>
|
||||||
<styleRule>
|
<styleRule>
|
||||||
|
@ -5541,6 +5548,10 @@
|
||||||
<maxValue>0.025</maxValue>
|
<maxValue>0.025</maxValue>
|
||||||
</range>
|
</range>
|
||||||
<defaultColormap>mrms/mrmsRotation</defaultColormap>
|
<defaultColormap>mrms/mrmsRotation</defaultColormap>
|
||||||
|
<colorbarLabeling>
|
||||||
|
<values>.001 .002 .004 .006 .008 .010 .012 .014 .016 .018 .020 .022 .024</values>
|
||||||
|
</colorbarLabeling>
|
||||||
|
<!--
|
||||||
<dataMapping>
|
<dataMapping>
|
||||||
<entry label="" operator="<" pixelValue="0"/>
|
<entry label="" operator="<" pixelValue="0"/>
|
||||||
<entry displayValue="0.001" operator=">" pixelValue="1"/>
|
<entry displayValue="0.001" operator=">" pixelValue="1"/>
|
||||||
|
@ -5558,6 +5569,7 @@
|
||||||
<entry displayValue="0.024" operator=">" pixelValue="24"/>
|
<entry displayValue="0.024" operator=">" pixelValue="24"/>
|
||||||
<entry displayValue="0.099" operator=">" pixelValue="99"/>
|
<entry displayValue="0.099" operator=">" pixelValue="99"/>
|
||||||
</dataMapping>
|
</dataMapping>
|
||||||
|
-->
|
||||||
</imageStyle>
|
</imageStyle>
|
||||||
</styleRule>
|
</styleRule>
|
||||||
<!-- MRMS Precipitation Type -->
|
<!-- MRMS Precipitation Type -->
|
||||||
|
@ -5653,6 +5665,10 @@
|
||||||
<maxValue>1</maxValue>
|
<maxValue>1</maxValue>
|
||||||
</range>
|
</range>
|
||||||
<defaultColormap>mrms/mrmsRQI</defaultColormap>
|
<defaultColormap>mrms/mrmsRQI</defaultColormap>
|
||||||
|
<colorbarLabeling>
|
||||||
|
<values>0 0.1 0.2 0.3 0.4 0.5 0.6 0.7 0.8 0.9 1.0</values>
|
||||||
|
</colorbarLabeling>
|
||||||
|
<!--
|
||||||
<dataMapping>
|
<dataMapping>
|
||||||
<entry displayValue="0" label="" operator="<" pixelValue="0"/>
|
<entry displayValue="0" label="" operator="<" pixelValue="0"/>
|
||||||
<entry displayValue="0.1" operator=">" pixelValue="0.1"/>
|
<entry displayValue="0.1" operator=">" pixelValue="0.1"/>
|
||||||
|
@ -5666,6 +5682,7 @@
|
||||||
<entry displayValue="0.9" operator=">" pixelValue="0.9"/>
|
<entry displayValue="0.9" operator=">" pixelValue="0.9"/>
|
||||||
<entry displayValue="1.0" operator=">" pixelValue="1.0"/>
|
<entry displayValue="1.0" operator=">" pixelValue="1.0"/>
|
||||||
</dataMapping>
|
</dataMapping>
|
||||||
|
-->
|
||||||
</imageStyle>
|
</imageStyle>
|
||||||
</styleRule>
|
</styleRule>
|
||||||
<!-- MRMS Reflectivity Products -->
|
<!-- MRMS Reflectivity Products -->
|
||||||
|
@ -5705,7 +5722,12 @@
|
||||||
<maxValue>82</maxValue>
|
<maxValue>82</maxValue>
|
||||||
</range>
|
</range>
|
||||||
<defaultColormap>mrms/mrmsReflectivity</defaultColormap>
|
<defaultColormap>mrms/mrmsReflectivity</defaultColormap>
|
||||||
|
<colorbarLabeling>
|
||||||
|
<values>-20 -10 0 10 20 30 40 50 60 70 80 90</values>
|
||||||
|
</colorbarLabeling>
|
||||||
|
<!--
|
||||||
<dataMapping>
|
<dataMapping>
|
||||||
|
<entry displayValue="NO DATA" operator="<" pixelValue="-20"/>
|
||||||
<entry displayValue="-20" operator=">" pixelValue="-20"/>
|
<entry displayValue="-20" operator=">" pixelValue="-20"/>
|
||||||
<entry displayValue="-10" operator=">" pixelValue="-10"/>
|
<entry displayValue="-10" operator=">" pixelValue="-10"/>
|
||||||
<entry displayValue="0" operator=">" pixelValue="0"/>
|
<entry displayValue="0" operator=">" pixelValue="0"/>
|
||||||
|
@ -5719,6 +5741,7 @@
|
||||||
<entry displayValue="80" operator=">" pixelValue="80"/>
|
<entry displayValue="80" operator=">" pixelValue="80"/>
|
||||||
<entry displayValue="90" operator=">" pixelValue="90"/>
|
<entry displayValue="90" operator=">" pixelValue="90"/>
|
||||||
</dataMapping>
|
</dataMapping>
|
||||||
|
-->
|
||||||
</imageStyle>
|
</imageStyle>
|
||||||
</styleRule>
|
</styleRule>
|
||||||
<!-- MRMS Merged ZDR -->
|
<!-- MRMS Merged ZDR -->
|
||||||
|
@ -5807,7 +5830,7 @@
|
||||||
<interpolate>false</interpolate>
|
<interpolate>false</interpolate>
|
||||||
<displayUnits>in</displayUnits>
|
<displayUnits>in</displayUnits>
|
||||||
<range scale="LINEAR">
|
<range scale="LINEAR">
|
||||||
<minValue>-0.05</minValue>
|
<minValue>-0.5</minValue>
|
||||||
<maxValue>12.0</maxValue>
|
<maxValue>12.0</maxValue>
|
||||||
</range>
|
</range>
|
||||||
<defaultColormap>mrms/mrmsQPEDP</defaultColormap>
|
<defaultColormap>mrms/mrmsQPEDP</defaultColormap>
|
||||||
|
@ -5846,6 +5869,10 @@
|
||||||
<maxValue>100</maxValue>
|
<maxValue>100</maxValue>
|
||||||
</range>
|
</range>
|
||||||
<defaultColormap>mrms/mrmsPOSH</defaultColormap>
|
<defaultColormap>mrms/mrmsPOSH</defaultColormap>
|
||||||
|
<colorbarLabeling>
|
||||||
|
<values>10 20 30 40 50 60 70 80 90 100</values>
|
||||||
|
</colorbarLabeling>
|
||||||
|
<!--
|
||||||
<dataMapping>
|
<dataMapping>
|
||||||
<entry displayValue="0" label="" operator="<" pixelValue="0"/>
|
<entry displayValue="0" label="" operator="<" pixelValue="0"/>
|
||||||
<entry displayValue="10" operator=">" pixelValue="10"/>
|
<entry displayValue="10" operator=">" pixelValue="10"/>
|
||||||
|
@ -5859,6 +5886,7 @@
|
||||||
<entry displayValue="90" operator=">" pixelValue="90"/>
|
<entry displayValue="90" operator=">" pixelValue="90"/>
|
||||||
<entry displayValue="100" operator=">" pixelValue="100"/>
|
<entry displayValue="100" operator=">" pixelValue="100"/>
|
||||||
</dataMapping>
|
</dataMapping>
|
||||||
|
-->
|
||||||
</imageStyle>
|
</imageStyle>
|
||||||
</styleRule>
|
</styleRule>
|
||||||
<!-- MRMS SHI -->
|
<!-- MRMS SHI -->
|
||||||
|
@ -5874,6 +5902,10 @@
|
||||||
<maxValue>450</maxValue>
|
<maxValue>450</maxValue>
|
||||||
</range>
|
</range>
|
||||||
<defaultColormap>mrms/mrmsSHI</defaultColormap>
|
<defaultColormap>mrms/mrmsSHI</defaultColormap>
|
||||||
|
<colorbarLabeling>
|
||||||
|
<values>0 30 60 90 120 150 180 210 240 270 300 330 360 390 420 450</values>
|
||||||
|
</colorbarLabeling>
|
||||||
|
<!--
|
||||||
<dataMapping>
|
<dataMapping>
|
||||||
<entry label="" operator="=" pixelValue="-1.00"/>
|
<entry label="" operator="=" pixelValue="-1.00"/>
|
||||||
<entry displayValue="0" operator=">" pixelValue="0"/>
|
<entry displayValue="0" operator=">" pixelValue="0"/>
|
||||||
|
@ -5894,6 +5926,7 @@
|
||||||
<entry displayValue="450" operator=">" pixelValue="450"/>
|
<entry displayValue="450" operator=">" pixelValue="450"/>
|
||||||
<entry displayValue="999" operator=">" pixelValue="999"/>
|
<entry displayValue="999" operator=">" pixelValue="999"/>
|
||||||
</dataMapping>
|
</dataMapping>
|
||||||
|
-->
|
||||||
</imageStyle>
|
</imageStyle>
|
||||||
</styleRule>
|
</styleRule>
|
||||||
<!-- MRMS VII -->
|
<!-- MRMS VII -->
|
||||||
|
@ -5909,6 +5942,10 @@
|
||||||
<maxValue>40</maxValue>
|
<maxValue>40</maxValue>
|
||||||
</range>
|
</range>
|
||||||
<defaultColormap>mrms/mrmsVII</defaultColormap>
|
<defaultColormap>mrms/mrmsVII</defaultColormap>
|
||||||
|
<colorbarLabeling>
|
||||||
|
<values>0 3.33 6.53 9.33 12.13 17 25 40 90</values>
|
||||||
|
</colorbarLabeling>
|
||||||
|
<!--
|
||||||
<dataMapping>
|
<dataMapping>
|
||||||
<entry label="" operator="<" pixelValue="-1.00"/>
|
<entry label="" operator="<" pixelValue="-1.00"/>
|
||||||
<entry displayValue="0" operator=">" pixelValue="0"/>
|
<entry displayValue="0" operator=">" pixelValue="0"/>
|
||||||
|
@ -5921,6 +5958,7 @@
|
||||||
<entry displayValue="40" operator=">" pixelValue="40"/>
|
<entry displayValue="40" operator=">" pixelValue="40"/>
|
||||||
<entry displayValue="99" operator=">" pixelValue="99"/>
|
<entry displayValue="99" operator=">" pixelValue="99"/>
|
||||||
</dataMapping>
|
</dataMapping>
|
||||||
|
-->
|
||||||
</imageStyle>
|
</imageStyle>
|
||||||
</styleRule>
|
</styleRule>
|
||||||
<!-- MRMS VIL Density -->
|
<!-- MRMS VIL Density -->
|
||||||
|
@ -5936,6 +5974,10 @@
|
||||||
<maxValue>6.00</maxValue>
|
<maxValue>6.00</maxValue>
|
||||||
</range>
|
</range>
|
||||||
<defaultColormap>mrms/mrmsVILDensity</defaultColormap>
|
<defaultColormap>mrms/mrmsVILDensity</defaultColormap>
|
||||||
|
<colorbarLabeling>
|
||||||
|
<values>1 2 3 4 5</values>
|
||||||
|
</colorbarLabeling>
|
||||||
|
<!--
|
||||||
<dataMapping>
|
<dataMapping>
|
||||||
<entry pixelValue="0" operator=">" label="" />
|
<entry pixelValue="0" operator=">" label="" />
|
||||||
<entry pixelValue="1" operator=">"
|
<entry pixelValue="1" operator=">"
|
||||||
|
@ -5949,6 +5991,7 @@
|
||||||
<entry pixelValue="5" operator=">"
|
<entry pixelValue="5" operator=">"
|
||||||
displayValue='5' />
|
displayValue='5' />
|
||||||
</dataMapping>
|
</dataMapping>
|
||||||
|
-->
|
||||||
</imageStyle>
|
</imageStyle>
|
||||||
</styleRule>
|
</styleRule>
|
||||||
<!-- MRMS VIL -->
|
<!-- MRMS VIL -->
|
||||||
|
@ -5967,6 +6010,10 @@
|
||||||
<maxValue>82.00</maxValue>
|
<maxValue>82.00</maxValue>
|
||||||
</range>
|
</range>
|
||||||
<defaultColormap>mrms/mrmsVIL</defaultColormap>
|
<defaultColormap>mrms/mrmsVIL</defaultColormap>
|
||||||
|
<colorbarLabeling>
|
||||||
|
<values>0 10 20 30 40 50 60 70 80</values>
|
||||||
|
</colorbarLabeling>
|
||||||
|
<!--
|
||||||
<dataMapping>
|
<dataMapping>
|
||||||
<entry label="" operator=">" pixelValue="-34.00"/>
|
<entry label="" operator=">" pixelValue="-34.00"/>
|
||||||
<entry displayValue="0" operator=">" pixelValue="0"/>
|
<entry displayValue="0" operator=">" pixelValue="0"/>
|
||||||
|
@ -5981,6 +6028,7 @@
|
||||||
<entry displayValue="90" operator=">" pixelValue="90"/>
|
<entry displayValue="90" operator=">" pixelValue="90"/>
|
||||||
<entry displayValue="200" operator=">" pixelValue="200"/>
|
<entry displayValue="200" operator=">" pixelValue="200"/>
|
||||||
</dataMapping>
|
</dataMapping>
|
||||||
|
-->
|
||||||
</imageStyle>
|
</imageStyle>
|
||||||
</styleRule>
|
</styleRule>
|
||||||
<styleRule>
|
<styleRule>
|
||||||
|
|
Loading…
Add table
Reference in a new issue