awips2/edexOsgi/com.raytheon.uf.common.dataplugin.nswrc/utility/common_static/base/styleRules/nswrc_griddedImageryStyleRules.xml
2022-05-05 12:34:50 -05:00

61 lines
No EOL
1.7 KiB
XML

<?xml version="1.0" encoding="UTF-8" ?>
<!--
/*
* The following software products were developed by Raytheon:
*
* ADE (AWIPS Development Environment) software
* CAVE (Common AWIPS Visualization Environment) software
* EDEX (Environmental Data Exchange) software
* uFrame™ (Universal Framework) software
*
* Copyright (c) 2013 Raytheon Co.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/org/documents/epl-v10.php
*
*
* Contractor Name: Raytheon Company
* Contractor Address:
* 2120 South 72nd Street
* Omaha Tower, Suite 900
* Omaha, NE 68124 USA
* 402.291.0100
*
*/
-->
<styleRuleset>
<styleRule>
<paramLevelMatches>
<parameter>CorrectedReflectivity</parameter>
</paramLevelMatches>
<imageStyle>
<displayUnits>dBZ</displayUnits>
<range scale="LINEAR">
<minValue>-2</minValue>
<maxValue>77</maxValue>
</range>
<defaultColormap>netcdf_radar/Reflectivity</defaultColormap>
<colorbarLabeling>
<values>0 5 10 15 20 25 30 35 40 45 50 55 60 65 70 75</values>
</colorbarLabeling>
</imageStyle>
</styleRule>
<styleRule>
<paramLevelMatches>
<parameter>FilteredReflectivity</parameter>
</paramLevelMatches>
<imageStyle>
<displayUnits>dBZ</displayUnits>
<range scale="LINEAR">
<minValue>-2</minValue>
<maxValue>77</maxValue>
</range>
<defaultColormap>netcdf_radar/Reflectivity</defaultColormap>
<colorbarLabeling>
<values>0 5 10 15 20 25 30 35 40 45 50 55 60 65 70 75</values>
</colorbarLabeling>
</imageStyle>
</styleRule>
</styleRuleset>