awips2/cave/com.raytheon.uf.viz.preciprate/localization/styleRules/precipRateImageryStyleRules.xml
Steve Harris 3904c4ccf5 12.5.1-15 baseline
Former-commit-id: 4909e0dd166e43c22a34d96aa744f51db8a7d6c0
2012-06-08 13:39:48 -05:00

31 lines
No EOL
1.2 KiB
XML

<?xml version="1.0" encoding="ISO-8859-1" ?>
<styleRuleset>
<styleRule>
<paramLevelMatches>
<parameter>preciprate</parameter>
</paramLevelMatches>
<imageStyle>
<displayUnits>in/hr</displayUnits>
<defaultColormap>Radar/OSF/16 Level Reflectivity</defaultColormap>
<dataMapping>
<entry sample='NO DATA' pixelValue="0" label=''/>
<entry displayValue="0.0" pixelValue="16" label='0.0'/>
<entry displayValue='0.1' pixelValue='32'/>
<entry displayValue='0.2' pixelValue='48'/>
<entry displayValue='0.4' pixelValue='64'/>
<entry displayValue='0.6' pixelValue='80'/>
<entry displayValue='0.8' pixelValue='96'/>
<entry displayValue='1.0' pixelValue='112'/>
<entry displayValue='1.25' pixelValue='118'/>
<entry displayValue='1.5' pixelValue='144'/>
<entry displayValue='1.75' pixelValue='160'/>
<entry displayValue='2.0' pixelValue='176'/>
<entry displayValue='3.0' pixelValue='192'/>
<entry displayValue='4.0' pixelValue='208'/>
<entry displayValue='5.0' pixelValue='223'/>
<entry displayValue='6.0' pixelValue='240'/>
<entry displayValue='9999.0' pixelValue='255' label=''/>
</dataMapping>
</imageStyle>
</styleRule>
</styleRuleset>