Merge remote-tracking branch 'unidata/unidata_17.1.1' into unidata_17.1.1-osx

This commit is contained in:
Michael James 2018-01-23 19:06:09 -07:00
commit 20fc48e0e0
11 changed files with 534 additions and 251 deletions

View file

@ -1,123 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<!--
This_software_was_developed_and_/_or_modified_by_Raytheon_Company,
pursuant_to_Contract_DG133W-05-CQ-1067_with_the_US_Government.
U.S._EXPORT_CONTROLLED_TECHNICAL_DATA
This_software_product_contains_export-restricted_data_whose
export/transfer/disclosure_is_restricted_by_U.S._law._Dissemination
to_non-U.S._persons_whether_in_the_United_States_or_abroad_requires
an_export_license_or_other_authorization.
Contractor_Name:________Raytheon_Company
Contractor_Address:_____6825_Pine_Street,_Suite_340
________________________Mail_Stop_B8
________________________Omaha,_NE_68106
________________________402.291.0100
See_the_AWIPS_II_Master_Rights_File_("Master_Rights_File.pdf")_for
further_licensing_information.
-->
<bundle>
<displayList>
<displays xsi:type="d2DMapRenderableDisplay"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<descriptor xsi:type="mapDescriptor">
<!-- Not High severity -->
<resource>
<loadProperties>
<capabilities>
</capabilities>
</loadProperties>
<resourceData xsi:type="plotBlendedResourceData">
<resource>
<loadProperties loadWithoutData="true"/>
<properties isSystemResource="false" isBlinking="false"
isMapLayer="false" isHoverOn="false"
isVisible="true" />
<resourceData xsi:type="plotResourceData" plotSource="${legend}"
plotModelFile="${svg0}"
retrieveData="false" isUpdatingOnMetadataOnly="false">
<binOffset posOffset="1800" negOffset="1800" virtualOffset="0"/>
<metadataMap>
<mapping key="pluginName">
<constraint constraintValue="pirep" constraintType="EQUALS" />
</mapping>
<mapping key="location.flightLevel">
<constraint constraintValue="${between}" constraintType="BETWEEN" />
</mapping>
</metadataMap>
</resourceData>
</resource>
<resource>
<loadProperties loadWithoutData="true"/>
<properties isSystemResource="false" isBlinking="false"
isMapLayer="false" isHoverOn="false"
isVisible="true" />
<resourceData xsi:type="plotResourceData" plotSource="${legend}"
plotModelFile="${svg1}"
retrieveData="false" isUpdatingOnMetadataOnly="false">
<binOffset posOffset="1800" negOffset="1800" virtualOffset="0"/>
<metadataMap>
<mapping key="pluginName">
<constraint constraintValue="airep" constraintType="EQUALS" />
</mapping>
<mapping key="location.flightLevel">
<constraint constraintValue="${between}" constraintType="BETWEEN" />
</mapping>
</metadataMap>
</resourceData>
</resource>
</resourceData>
</resource>
<!-- High severity -->
<resource>
<loadProperties>
<capabilities>
</capabilities>
</loadProperties>
<resourceData xsi:type="plotBlendedResourceData">
<resource>
<loadProperties loadWithoutData="true"/>
<properties isSystemResource="false" isBlinking="false"
isMapLayer="false" isHoverOn="false"
isVisible="true" />
<resourceData xsi:type="plotResourceData" plotSource="${legend} Sev"
plotModelFile="${svg2}"
retrieveData="false" isUpdatingOnMetadataOnly="false">
<binOffset posOffset="1800" negOffset="1800" virtualOffset="0"/>
<metadataMap>
<mapping key="pluginName">
<constraint constraintValue="pirep" constraintType="EQUALS" />
</mapping>
<mapping key="location.flightLevel">
<constraint constraintValue="${between}" constraintType="BETWEEN" />
</mapping>
</metadataMap>
</resourceData>
</resource>
<resource>
<loadProperties loadWithoutData="true"/>
<properties isSystemResource="false" isBlinking="false"
isMapLayer="false" isHoverOn="false"
isVisible="true" />
<resourceData xsi:type="plotResourceData" plotSource="${legend} Sev"
plotModelFile="${svg3}"
retrieveData="false" isUpdatingOnMetadataOnly="false">
<binOffset posOffset="1800" negOffset="1800" virtualOffset="0"/>
<metadataMap>
<mapping key="pluginName">
<constraint constraintValue="airep" constraintType="EQUALS" />
</mapping>
<mapping key="location.flightLevel">
<constraint constraintValue="${between}" constraintType="BETWEEN" />
</mapping>
</metadataMap>
</resourceData>
</resource>
</resourceData>
</resource>
</descriptor>
</displays>
</displayList>
</bundle>

View file

@ -1,107 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<!--
This_software_was_developed_and_/_or_modified_by_Raytheon_Company,
pursuant_to_Contract_DG133W-05-CQ-1067_with_the_US_Government.
U.S._EXPORT_CONTROLLED_TECHNICAL_DATA
This_software_product_contains_export-restricted_data_whose
export/transfer/disclosure_is_restricted_by_U.S._law._Dissemination
to_non-U.S._persons_whether_in_the_United_States_or_abroad_requires
an_export_license_or_other_authorization.
Contractor_Name:________Raytheon_Company
Contractor_Address:_____6825_Pine_Street,_Suite_340
________________________Mail_Stop_B8
________________________Omaha,_NE_68106
________________________402.291.0100
See_the_AWIPS_II_Master_Rights_File_("Master_Rights_File.pdf")_for
further_licensing_information.
-->
<menuTemplate xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<contribute xsi:type="bundleItem" file="bundles/PirepPlot.xml"
menuText="Low Level" id="lowLevel">
<substitute key="svg0" value="pirepPlotDesign.svg"/>
<substitute key="svg1" value="pirepPlotDesign.svg"/>
<substitute key="legend" value="PIREP Plot 000-180 hft"/>
<substitute key="svg2" value="pirepPlotDesignSev.svg"/>
<substitute key="svg3" value="pirepPlotDesignSev.svg"/>
<substitute key="between" value="0--18000"/>
</contribute>
<contribute xsi:type="bundleItem" file="bundles/PirepPlot.xml"
menuText="Mid Level" id="midLevel">
<substitute key="svg0" value="pirepPlotDesign.svg"/>
<substitute key="svg1" value="pirepPlotDesign.svg"/>
<substitute key="legend" value="PIREP Plot 180-260 hft"/>
<substitute key="svg2" value="pirepPlotDesignSev.svg"/>
<substitute key="svg3" value="pirepPlotDesignSev.svg"/>
<substitute key="between" value="18000--26000"/>
</contribute>
<contribute xsi:type="bundleItem" file="bundles/PirepPlot.xml"
menuText="Hi Level" id="hiLevel">
<substitute key="svg0" value="pirepPlotDesign.svg"/>
<substitute key="svg1" value="pirepPlotDesign.svg"/>
<substitute key="legend" value="PIREP Plot 260-500 hft"/>
<substitute key="svg2" value="pirepPlotDesignSev.svg"/>
<substitute key="svg3" value="pirepPlotDesignSev.svg"/>
<substitute key="between" value="26000--50000"/>
</contribute>
<contribute xsi:type="titleItem"
titleText="------ Icing ------" id="IcingLine"/>
<contribute xsi:type="bundleItem" file="bundles/PirepPlot.xml"
menuText="Low Level" id="lowLevel">
<substitute key="svg0" value="pirepIcingDesign.svg"/>
<substitute key="svg1" value="airepIcingDesign.svg"/>
<substitute key="legend" value="PIREP Icing 000-180 hft"/>
<substitute key="svg2" value="pirepIcingDesignSev.svg"/>
<substitute key="svg3" value="airepIcingDesignSev.svg"/>
<substitute key="between" value="0--18000"/>
</contribute>
<contribute xsi:type="bundleItem" file="bundles/PirepPlot.xml"
menuText="Mid Level" id="midLevel">
<substitute key="svg0" value="pirepIcingDesign.svg"/>
<substitute key="svg1" value="airepIcingDesign.svg"/>
<substitute key="legend" value="PIREP Icing 180-260 hft"/>
<substitute key="svg2" value="pirepIcingDesignSev.svg"/>
<substitute key="svg3" value="airepIcingDesignSev.svg"/>
<substitute key="between" value="18000--26000"/>
</contribute>
<contribute xsi:type="bundleItem" file="bundles/PirepPlot.xml"
menuText="Hi Level" id="hiLevel">
<substitute key="svg0" value="pirepIcingDesign.svg"/>
<substitute key="svg1" value="airepIcingDesign.svg"/>
<substitute key="legend" value="PIREP Icing 260-500 hft"/>
<substitute key="svg2" value="pirepIcingDesignSev.svg"/>
<substitute key="svg3" value="airepIcingDesignSev.svg"/>
<substitute key="between" value="26000--50000"/>
</contribute>
<contribute xsi:type="titleItem"
titleText="------ Turbulence ------" id="TurbLine"/>
<contribute xsi:type="bundleItem" file="bundles/PirepPlot.xml"
menuText="Low Level" id="lowLevel">
<substitute key="svg0" value="pirepTurbDesign.svg"/>
<substitute key="svg1" value="airepTurbDesign.svg"/>
<substitute key="legend" value="PIREP Turb 000-180 hft"/>
<substitute key="svg2" value="pirepTurbDesignSev.svg"/>
<substitute key="svg3" value="airepTurbDesignSev.svg"/>
<substitute key="between" value="0--18000"/>
</contribute>
<contribute xsi:type="bundleItem" file="bundles/PirepPlot.xml"
menuText="Mid Level" id="midLevel">
<substitute key="svg0" value="pirepTurbDesign.svg"/>
<substitute key="svg1" value="airepTurbDesign.svg"/>
<substitute key="legend" value="PIREP Turb 180-260 hft"/>
<substitute key="svg2" value="pirepTurbDesignSev.svg"/>
<substitute key="svg3" value="airepTurbDesignSev.svg"/>
<substitute key="between" value="18000--26000"/>
</contribute>
<contribute xsi:type="bundleItem" file="bundles/PirepPlot.xml"
menuText="Hi Level" id="hiLevel">
<substitute key="svg0" value="pirepTurbDesign.svg"/>
<substitute key="svg1" value="airepTurbDesign.svg"/>
<substitute key="legend" value="PIREP Turb 260-500 hft"/>
<substitute key="svg2" value="pirepTurbDesignSev.svg"/>
<substitute key="svg3" value="airepTurbDesignSev.svg"/>
<substitute key="between" value="26000--50000"/>
</contribute>
</menuTemplate>

View file

@ -21,7 +21,6 @@
<menuContributionFile>
<include installTo="menu:upperAir?before=RADAR" fileName="menus/upperair/baseUpperAir.xml" />
<include installTo="menu:upperAir?after=RADAR" fileName="menus/upperair/baseRadar.xml" />
<include subMenu="PIREP plots" installTo="menu:upperAir?after=AIRCRAFT" fileName="menus/upperair/basePirep.xml" />
<include subMenu="MDCRS plots" installTo="menu:upperAir?before=AircraftMenuEnd"
fileName="menus/upperair/baseMDCRS.xml" />
<include installTo="menu:upperAir?before=AircraftMenuEnd"

View file

@ -165,7 +165,7 @@ public class PlotResourceData extends AbstractRequestableResourceData {
pluginProps.put("bufrua", new PluginPlotProperties());
pluginProps.put("sfcobs", new PluginPlotProperties());
pluginProps.put("profiler", new PluginPlotProperties());
pluginProps.put("fssobs", new PluginPlotProperties());
//pluginProps.put("fssobs", new PluginPlotProperties());
pluginProps.put("modelsounding", new PluginPlotProperties());
pluginProps.put("bufrmosAVN", new PluginPlotProperties());
pluginProps.put("bufrmosETA", new PluginPlotProperties());
@ -178,7 +178,7 @@ public class PlotResourceData extends AbstractRequestableResourceData {
pluginProps.put("bufrhdw", new PluginPlotProperties());
pluginProps.put("bufrmthdw", new PluginPlotProperties());
pluginProps.put("bufrssmi", new PluginPlotProperties());
pluginProps.put("airep", new PluginPlotProperties());
//pluginProps.put("airep", new PluginPlotProperties());
pluginProps.put("acars", new PluginPlotProperties());
pluginProps.put("lsr", new PluginPlotProperties());
}

View file

@ -79,8 +79,8 @@ public class PointDataCubeAdapter extends DefaultDataCubeAdapter {
private static String[] supportedPlugins = { "obs", "modelsounding",
"bufrssmi", "lsr", "sfcobs", "goessounding", "bufrascat",
"poessounding", "bufrua", "qc", "fssobs", "bufrmosAVN",
"bufrmosETA", "bufrmosGFS", "bufrmosHPC", "bufrmosLAMP", "bufrmosMRF", "airep", "pirep" };
"poessounding", "bufrua", "qc", "bufrmosAVN",
"bufrmosETA", "bufrmosGFS", "bufrmosHPC", "bufrmosLAMP", "bufrmosMRF" };
protected AbstractPointDataInventory inventory;

View file

@ -314,7 +314,7 @@ offshoreCWA.groupName = 'OffShoreMZones_' + CWA
# this is a complete listing of all maps
maps = [ CWAcounties, FIPS, Counties, CWAzones, Zones, FWCWAzones, FWZones, cwas, isc,
fwaor, CWAmzones, Mzones, States, rfc, domain, stormsurgeww, offshore, offshoreCWA ]
fwaor, CWAmzones, Mzones, States, rfc, offshore, offshoreCWA ]
# import the local maps file
if not BASELINE:

View file

@ -1,10 +1,515 @@
<!-- ====================
This is a colormap file that is read via JaXB to marshal the ColorMap class.
======================-->
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<colorMap>
<color r="0" g="0" b="0.3" a="1" />
<color r="0" g="0" b="1.0" a="1" />
<color r="1.0" g="1.0" b="1.0" a="1" />
<color r="1.0" g="0" b="0" a="1" />
<color r="0.5" g="0" b="0" a="1" />
<color a="1.0" b="0.3019608" g="0.0" r="0.0"/>
<color a="1.0" b="0.30588236" g="0.0" r="0.0"/>
<color a="1.0" b="0.30980393" g="0.0" r="0.0"/>
<color a="1.0" b="0.31764707" g="0.0" r="0.0"/>
<color a="1.0" b="0.32156864" g="0.0" r="0.0"/>
<color a="1.0" b="0.3254902" g="0.0" r="0.0"/>
<color a="1.0" b="0.33333334" g="0.0" r="0.0"/>
<color a="1.0" b="0.3372549" g="0.0" r="0.0"/>
<color a="1.0" b="0.34509805" g="0.0" r="0.0"/>
<color a="1.0" b="0.34901962" g="0.0" r="0.0"/>
<color a="1.0" b="0.3529412" g="0.0" r="0.0"/>
<color a="1.0" b="0.36078432" g="0.0" r="0.0"/>
<color a="1.0" b="0.3647059" g="0.0" r="0.0"/>
<color a="1.0" b="0.37254903" g="0.0" r="0.0"/>
<color a="1.0" b="0.3764706" g="0.0" r="0.0"/>
<color a="1.0" b="0.38039216" g="0.0" r="0.0"/>
<color a="1.0" b="0.3882353" g="0.0" r="0.0"/>
<color a="1.0" b="0.39215687" g="0.0" r="0.0"/>
<color a="1.0" b="0.4" g="0.0" r="0.0"/>
<color a="1.0" b="0.40392157" g="0.0" r="0.0"/>
<color a="1.0" b="0.40784314" g="0.0" r="0.0"/>
<color a="1.0" b="0.41568628" g="0.0" r="0.0"/>
<color a="1.0" b="0.41960785" g="0.0" r="0.0"/>
<color a="1.0" b="0.42745098" g="0.0" r="0.0"/>
<color a="1.0" b="0.43137255" g="0.0" r="0.0"/>
<color a="1.0" b="0.43529412" g="0.0" r="0.0"/>
<color a="1.0" b="0.44313726" g="0.0" r="0.0"/>
<color a="1.0" b="0.44705883" g="0.0" r="0.0"/>
<color a="1.0" b="0.45490196" g="0.0" r="0.0"/>
<color a="1.0" b="0.45882353" g="0.0" r="0.0"/>
<color a="1.0" b="0.4627451" g="0.0" r="0.0"/>
<color a="1.0" b="0.47058824" g="0.0" r="0.0"/>
<color a="1.0" b="0.4745098" g="0.0" r="0.0"/>
<color a="1.0" b="0.47843137" g="0.0" r="0.0"/>
<color a="1.0" b="0.4862745" g="0.0" r="0.0"/>
<color a="1.0" b="0.49019608" g="0.0" r="0.0"/>
<color a="1.0" b="0.49803922" g="0.0" r="0.0"/>
<color a="1.0" b="0.5019608" g="0.0" r="0.0"/>
<color a="1.0" b="0.5058824" g="0.0" r="0.0"/>
<color a="1.0" b="0.5137255" g="0.0" r="0.0"/>
<color a="1.0" b="0.5176471" g="0.0" r="0.0"/>
<color a="1.0" b="0.5254902" g="0.0" r="0.0"/>
<color a="1.0" b="0.5294118" g="0.0" r="0.0"/>
<color a="1.0" b="0.53333336" g="0.0" r="0.0"/>
<color a="1.0" b="0.5411765" g="0.0" r="0.0"/>
<color a="1.0" b="0.54509807" g="0.0" r="0.0"/>
<color a="1.0" b="0.5529412" g="0.0" r="0.0"/>
<color a="1.0" b="0.5568628" g="0.0" r="0.0"/>
<color a="1.0" b="0.56078434" g="0.0" r="0.0"/>
<color a="1.0" b="0.5686275" g="0.0" r="0.0"/>
<color a="1.0" b="0.57254905" g="0.0" r="0.0"/>
<color a="1.0" b="0.5803922" g="0.0" r="0.0"/>
<color a="1.0" b="0.58431375" g="0.0" r="0.0"/>
<color a="1.0" b="0.5882353" g="0.0" r="0.0"/>
<color a="1.0" b="0.59607846" g="0.0" r="0.0"/>
<color a="1.0" b="0.6" g="0.0" r="0.0"/>
<color a="1.0" b="0.60784316" g="0.0" r="0.0"/>
<color a="1.0" b="0.6117647" g="0.0" r="0.0"/>
<color a="1.0" b="0.6156863" g="0.0" r="0.0"/>
<color a="1.0" b="0.62352943" g="0.0" r="0.0"/>
<color a="1.0" b="0.627451" g="0.0" r="0.0"/>
<color a="1.0" b="0.6313726" g="0.0" r="0.0"/>
<color a="1.0" b="0.6392157" g="0.0" r="0.0"/>
<color a="1.0" b="0.6431373" g="0.0" r="0.0"/>
<color a="1.0" b="0.6509804" g="0.0" r="0.0"/>
<color a="1.0" b="0.654902" g="0.0" r="0.0"/>
<color a="1.0" b="0.65882355" g="0.0" r="0.0"/>
<color a="1.0" b="0.6666667" g="0.0" r="0.0"/>
<color a="1.0" b="0.67058825" g="0.0" r="0.0"/>
<color a="1.0" b="0.6784314" g="0.0" r="0.0"/>
<color a="1.0" b="0.68235296" g="0.0" r="0.0"/>
<color a="1.0" b="0.6862745" g="0.0" r="0.0"/>
<color a="1.0" b="0.69411767" g="0.0" r="0.0"/>
<color a="1.0" b="0.69803923" g="0.0" r="0.0"/>
<color a="1.0" b="0.7058824" g="0.0" r="0.0"/>
<color a="1.0" b="0.70980394" g="0.0" r="0.0"/>
<color a="1.0" b="0.7137255" g="0.0" r="0.0"/>
<color a="1.0" b="0.72156864" g="0.0" r="0.0"/>
<color a="1.0" b="0.7254902" g="0.0" r="0.0"/>
<color a="1.0" b="0.73333335" g="0.0" r="0.0"/>
<color a="1.0" b="0.7372549" g="0.0" r="0.0"/>
<color a="1.0" b="0.7411765" g="0.0" r="0.0"/>
<color a="1.0" b="0.7490196" g="0.0" r="0.0"/>
<color a="1.0" b="0.7529412" g="0.0" r="0.0"/>
<color a="1.0" b="0.7607843" g="0.0" r="0.0"/>
<color a="1.0" b="0.7647059" g="0.0" r="0.0"/>
<color a="1.0" b="0.76862746" g="0.0" r="0.0"/>
<color a="1.0" b="0.7764706" g="0.0" r="0.0"/>
<color a="1.0" b="0.78039217" g="0.0" r="0.0"/>
<color a="1.0" b="0.7882353" g="0.0" r="0.0"/>
<color a="1.0" b="0.7921569" g="0.0" r="0.0"/>
<color a="1.0" b="0.79607844" g="0.0" r="0.0"/>
<color a="1.0" b="0.8039216" g="0.0" r="0.0"/>
<color a="1.0" b="0.80784315" g="0.0" r="0.0"/>
<color a="1.0" b="0.8117647" g="0.0" r="0.0"/>
<color a="1.0" b="0.81960785" g="0.0" r="0.0"/>
<color a="1.0" b="0.8235294" g="0.0" r="0.0"/>
<color a="1.0" b="0.83137256" g="0.0" r="0.0"/>
<color a="1.0" b="0.8352941" g="0.0" r="0.0"/>
<color a="1.0" b="0.8392157" g="0.0" r="0.0"/>
<color a="1.0" b="0.84705883" g="0.0" r="0.0"/>
<color a="1.0" b="0.8509804" g="0.0" r="0.0"/>
<color a="1.0" b="0.85882354" g="0.0" r="0.0"/>
<color a="1.0" b="0.8627451" g="0.0" r="0.0"/>
<color a="1.0" b="0.8666667" g="0.0" r="0.0"/>
<color a="1.0" b="0.8745098" g="0.0" r="0.0"/>
<color a="1.0" b="0.8784314" g="0.0" r="0.0"/>
<color a="1.0" b="0.8862745" g="0.0" r="0.0"/>
<color a="1.0" b="0.8901961" g="0.0" r="0.0"/>
<color a="1.0" b="0.89411765" g="0.0" r="0.0"/>
<color a="1.0" b="0.9019608" g="0.0" r="0.0"/>
<color a="1.0" b="0.90588236" g="0.0" r="0.0"/>
<color a="1.0" b="0.9137255" g="0.0" r="0.0"/>
<color a="1.0" b="0.91764706" g="0.0" r="0.0"/>
<color a="1.0" b="0.92156863" g="0.0" r="0.0"/>
<color a="1.0" b="0.92941177" g="0.0" r="0.0"/>
<color a="1.0" b="0.93333334" g="0.0" r="0.0"/>
<color a="1.0" b="0.9411765" g="0.0" r="0.0"/>
<color a="1.0" b="0.94509804" g="0.0" r="0.0"/>
<color a="1.0" b="0.9490196" g="0.0" r="0.0"/>
<color a="1.0" b="0.95686275" g="0.0" r="0.0"/>
<color a="1.0" b="0.9607843" g="0.0" r="0.0"/>
<color a="1.0" b="0.9647059" g="0.0" r="0.0"/>
<color a="1.0" b="0.972549" g="0.0" r="0.0"/>
<color a="1.0" b="0.9764706" g="0.0" r="0.0"/>
<color a="1.0" b="0.9843137" g="0.0" r="0.0"/>
<color a="1.0" b="0.9882353" g="0.0" r="0.0"/>
<color a="1.0" b="0.99215686" g="0.0" r="0.0"/>
<color a="1.0" b="1.0" g="0.0" r="0.0"/>
<color a="1.0" b="1.0" g="0.007843138" r="0.007843138"/>
<color a="1.0" b="1.0" g="0.015686275" r="0.015686275"/>
<color a="1.0" b="1.0" g="0.023529412" r="0.023529412"/>
<color a="1.0" b="1.0" g="0.03137255" r="0.03137255"/>
<color a="1.0" b="1.0" g="0.039215688" r="0.039215688"/>
<color a="1.0" b="1.0" g="0.047058824" r="0.047058824"/>
<color a="1.0" b="1.0" g="0.05490196" r="0.05490196"/>
<color a="1.0" b="1.0" g="0.0627451" r="0.0627451"/>
<color a="1.0" b="1.0" g="0.07058824" r="0.07058824"/>
<color a="1.0" b="1.0" g="0.078431375" r="0.078431375"/>
<color a="1.0" b="1.0" g="0.08627451" r="0.08627451"/>
<color a="1.0" b="1.0" g="0.09411765" r="0.09411765"/>
<color a="1.0" b="1.0" g="0.101960786" r="0.101960786"/>
<color a="1.0" b="1.0" g="0.10980392" r="0.10980392"/>
<color a="1.0" b="1.0" g="0.11764706" r="0.11764706"/>
<color a="1.0" b="1.0" g="0.1254902" r="0.1254902"/>
<color a="1.0" b="1.0" g="0.13333334" r="0.13333334"/>
<color a="1.0" b="1.0" g="0.14117648" r="0.14117648"/>
<color a="1.0" b="1.0" g="0.14901961" r="0.14901961"/>
<color a="1.0" b="1.0" g="0.15686275" r="0.15686275"/>
<color a="1.0" b="1.0" g="0.16470589" r="0.16470589"/>
<color a="1.0" b="1.0" g="0.17254902" r="0.17254902"/>
<color a="1.0" b="1.0" g="0.18039216" r="0.18039216"/>
<color a="1.0" b="1.0" g="0.1882353" r="0.1882353"/>
<color a="1.0" b="1.0" g="0.19607843" r="0.19607843"/>
<color a="1.0" b="1.0" g="0.20392157" r="0.20392157"/>
<color a="1.0" b="1.0" g="0.21176471" r="0.21176471"/>
<color a="1.0" b="1.0" g="0.21960784" r="0.21960784"/>
<color a="1.0" b="1.0" g="0.22745098" r="0.22745098"/>
<color a="1.0" b="1.0" g="0.23529412" r="0.23529412"/>
<color a="1.0" b="1.0" g="0.24313726" r="0.24313726"/>
<color a="1.0" b="1.0" g="0.2509804" r="0.2509804"/>
<color a="1.0" b="1.0" g="0.25882354" r="0.25882354"/>
<color a="1.0" b="1.0" g="0.26666668" r="0.26666668"/>
<color a="1.0" b="1.0" g="0.27450982" r="0.27450982"/>
<color a="1.0" b="1.0" g="0.28235295" r="0.28235295"/>
<color a="1.0" b="1.0" g="0.2901961" r="0.2901961"/>
<color a="1.0" b="1.0" g="0.29803923" r="0.29803923"/>
<color a="1.0" b="1.0" g="0.30588236" r="0.30588236"/>
<color a="1.0" b="1.0" g="0.3137255" r="0.3137255"/>
<color a="1.0" b="1.0" g="0.32156864" r="0.32156864"/>
<color a="1.0" b="1.0" g="0.32941177" r="0.32941177"/>
<color a="1.0" b="1.0" g="0.3372549" r="0.3372549"/>
<color a="1.0" b="1.0" g="0.34509805" r="0.34509805"/>
<color a="1.0" b="1.0" g="0.3529412" r="0.3529412"/>
<color a="1.0" b="1.0" g="0.36078432" r="0.36078432"/>
<color a="1.0" b="1.0" g="0.36862746" r="0.36862746"/>
<color a="1.0" b="1.0" g="0.3764706" r="0.3764706"/>
<color a="1.0" b="1.0" g="0.38431373" r="0.38431373"/>
<color a="1.0" b="1.0" g="0.39215687" r="0.39215687"/>
<color a="1.0" b="1.0" g="0.4" r="0.4"/>
<color a="1.0" b="1.0" g="0.40784314" r="0.40784314"/>
<color a="1.0" b="1.0" g="0.41568628" r="0.41568628"/>
<color a="1.0" b="1.0" g="0.42352942" r="0.42352942"/>
<color a="1.0" b="1.0" g="0.43137255" r="0.43137255"/>
<color a="1.0" b="1.0" g="0.4392157" r="0.4392157"/>
<color a="1.0" b="1.0" g="0.44705883" r="0.44705883"/>
<color a="1.0" b="1.0" g="0.45490196" r="0.45490196"/>
<color a="1.0" b="1.0" g="0.4627451" r="0.4627451"/>
<color a="1.0" b="1.0" g="0.47058824" r="0.47058824"/>
<color a="1.0" b="1.0" g="0.47843137" r="0.47843137"/>
<color a="1.0" b="1.0" g="0.4862745" r="0.4862745"/>
<color a="1.0" b="1.0" g="0.49411765" r="0.49411765"/>
<color a="1.0" b="1.0" g="0.5019608" r="0.5019608"/>
<color a="1.0" b="1.0" g="0.50980395" r="0.50980395"/>
<color a="1.0" b="1.0" g="0.5176471" r="0.5176471"/>
<color a="1.0" b="1.0" g="0.5254902" r="0.5254902"/>
<color a="1.0" b="1.0" g="0.53333336" r="0.53333336"/>
<color a="1.0" b="1.0" g="0.5411765" r="0.5411765"/>
<color a="1.0" b="1.0" g="0.54901963" r="0.54901963"/>
<color a="1.0" b="1.0" g="0.5568628" r="0.5568628"/>
<color a="1.0" b="1.0" g="0.5647059" r="0.5647059"/>
<color a="1.0" b="1.0" g="0.57254905" r="0.57254905"/>
<color a="1.0" b="1.0" g="0.5803922" r="0.5803922"/>
<color a="1.0" b="1.0" g="0.5882353" r="0.5882353"/>
<color a="1.0" b="1.0" g="0.59607846" r="0.59607846"/>
<color a="1.0" b="1.0" g="0.6039216" r="0.6039216"/>
<color a="1.0" b="1.0" g="0.6117647" r="0.6117647"/>
<color a="1.0" b="1.0" g="0.61960787" r="0.61960787"/>
<color a="1.0" b="1.0" g="0.627451" r="0.627451"/>
<color a="1.0" b="1.0" g="0.63529414" r="0.63529414"/>
<color a="1.0" b="1.0" g="0.6431373" r="0.6431373"/>
<color a="1.0" b="1.0" g="0.6509804" r="0.6509804"/>
<color a="1.0" b="1.0" g="0.65882355" r="0.65882355"/>
<color a="1.0" b="1.0" g="0.6666667" r="0.6666667"/>
<color a="1.0" b="1.0" g="0.6745098" r="0.6745098"/>
<color a="1.0" b="1.0" g="0.68235296" r="0.68235296"/>
<color a="1.0" b="1.0" g="0.6901961" r="0.6901961"/>
<color a="1.0" b="1.0" g="0.69803923" r="0.69803923"/>
<color a="1.0" b="1.0" g="0.7058824" r="0.7058824"/>
<color a="1.0" b="1.0" g="0.7137255" r="0.7137255"/>
<color a="1.0" b="1.0" g="0.72156864" r="0.72156864"/>
<color a="1.0" b="1.0" g="0.7294118" r="0.7294118"/>
<color a="1.0" b="1.0" g="0.7372549" r="0.7372549"/>
<color a="1.0" b="1.0" g="0.74509805" r="0.74509805"/>
<color a="1.0" b="1.0" g="0.7529412" r="0.7529412"/>
<color a="1.0" b="1.0" g="0.7607843" r="0.7607843"/>
<color a="1.0" b="1.0" g="0.76862746" r="0.76862746"/>
<color a="1.0" b="1.0" g="0.7764706" r="0.7764706"/>
<color a="1.0" b="1.0" g="0.78431374" r="0.78431374"/>
<color a="1.0" b="1.0" g="0.7921569" r="0.7921569"/>
<color a="1.0" b="1.0" g="0.8" r="0.8"/>
<color a="1.0" b="1.0" g="0.80784315" r="0.80784315"/>
<color a="1.0" b="1.0" g="0.8156863" r="0.8156863"/>
<color a="1.0" b="1.0" g="0.8235294" r="0.8235294"/>
<color a="1.0" b="1.0" g="0.83137256" r="0.83137256"/>
<color a="1.0" b="1.0" g="0.8392157" r="0.8392157"/>
<color a="1.0" b="1.0" g="0.84705883" r="0.84705883"/>
<color a="1.0" b="1.0" g="0.85490197" r="0.85490197"/>
<color a="1.0" b="1.0" g="0.8627451" r="0.8627451"/>
<color a="1.0" b="1.0" g="0.87058824" r="0.87058824"/>
<color a="1.0" b="1.0" g="0.8784314" r="0.8784314"/>
<color a="1.0" b="1.0" g="0.8862745" r="0.8862745"/>
<color a="1.0" b="1.0" g="0.89411765" r="0.89411765"/>
<color a="1.0" b="1.0" g="0.9019608" r="0.9019608"/>
<color a="1.0" b="1.0" g="0.9098039" r="0.9098039"/>
<color a="1.0" b="1.0" g="0.91764706" r="0.91764706"/>
<color a="1.0" b="1.0" g="0.9254902" r="0.9254902"/>
<color a="1.0" b="1.0" g="0.93333334" r="0.93333334"/>
<color a="1.0" b="1.0" g="0.9411765" r="0.9411765"/>
<color a="1.0" b="1.0" g="0.9490196" r="0.9490196"/>
<color a="1.0" b="1.0" g="0.95686275" r="0.95686275"/>
<color a="1.0" b="1.0" g="0.9647059" r="0.9647059"/>
<color a="1.0" b="1.0" g="0.972549" r="0.972549"/>
<color a="1.0" b="1.0" g="0.98039216" r="0.98039216"/>
<color a="1.0" b="1.0" g="0.9882353" r="0.9882353"/>
<color a="1.0" b="1.0" g="0.99607843" r="0.99607843"/>
<color a="1.0" b="0.99607843" g="0.99607843" r="1.0"/>
<color a="1.0" b="0.9882353" g="0.9882353" r="1.0"/>
<color a="1.0" b="0.98039216" g="0.98039216" r="1.0"/>
<color a="1.0" b="0.972549" g="0.972549" r="1.0"/>
<color a="1.0" b="0.9647059" g="0.9647059" r="1.0"/>
<color a="1.0" b="0.95686275" g="0.95686275" r="1.0"/>
<color a="1.0" b="0.9490196" g="0.9490196" r="1.0"/>
<color a="1.0" b="0.9411765" g="0.9411765" r="1.0"/>
<color a="1.0" b="0.93333334" g="0.93333334" r="1.0"/>
<color a="1.0" b="0.9254902" g="0.9254902" r="1.0"/>
<color a="1.0" b="0.91764706" g="0.91764706" r="1.0"/>
<color a="1.0" b="0.9098039" g="0.9098039" r="1.0"/>
<color a="1.0" b="0.9019608" g="0.9019608" r="1.0"/>
<color a="1.0" b="0.89411765" g="0.89411765" r="1.0"/>
<color a="1.0" b="0.8862745" g="0.8862745" r="1.0"/>
<color a="1.0" b="0.8784314" g="0.8784314" r="1.0"/>
<color a="1.0" b="0.87058824" g="0.87058824" r="1.0"/>
<color a="1.0" b="0.8627451" g="0.8627451" r="1.0"/>
<color a="1.0" b="0.85490197" g="0.85490197" r="1.0"/>
<color a="1.0" b="0.84705883" g="0.84705883" r="1.0"/>
<color a="1.0" b="0.8392157" g="0.8392157" r="1.0"/>
<color a="1.0" b="0.83137256" g="0.83137256" r="1.0"/>
<color a="1.0" b="0.8235294" g="0.8235294" r="1.0"/>
<color a="1.0" b="0.8156863" g="0.8156863" r="1.0"/>
<color a="1.0" b="0.80784315" g="0.80784315" r="1.0"/>
<color a="1.0" b="0.8" g="0.8" r="1.0"/>
<color a="1.0" b="0.7921569" g="0.7921569" r="1.0"/>
<color a="1.0" b="0.78431374" g="0.78431374" r="1.0"/>
<color a="1.0" b="0.7764706" g="0.7764706" r="1.0"/>
<color a="1.0" b="0.76862746" g="0.76862746" r="1.0"/>
<color a="1.0" b="0.7607843" g="0.7607843" r="1.0"/>
<color a="1.0" b="0.7529412" g="0.7529412" r="1.0"/>
<color a="1.0" b="0.74509805" g="0.74509805" r="1.0"/>
<color a="1.0" b="0.7372549" g="0.7372549" r="1.0"/>
<color a="1.0" b="0.7294118" g="0.7294118" r="1.0"/>
<color a="1.0" b="0.72156864" g="0.72156864" r="1.0"/>
<color a="1.0" b="0.7137255" g="0.7137255" r="1.0"/>
<color a="1.0" b="0.7058824" g="0.7058824" r="1.0"/>
<color a="1.0" b="0.69803923" g="0.69803923" r="1.0"/>
<color a="1.0" b="0.6901961" g="0.6901961" r="1.0"/>
<color a="1.0" b="0.68235296" g="0.68235296" r="1.0"/>
<color a="1.0" b="0.6745098" g="0.6745098" r="1.0"/>
<color a="1.0" b="0.6666667" g="0.6666667" r="1.0"/>
<color a="1.0" b="0.65882355" g="0.65882355" r="1.0"/>
<color a="1.0" b="0.6509804" g="0.6509804" r="1.0"/>
<color a="1.0" b="0.6431373" g="0.6431373" r="1.0"/>
<color a="1.0" b="0.63529414" g="0.63529414" r="1.0"/>
<color a="1.0" b="0.627451" g="0.627451" r="1.0"/>
<color a="1.0" b="0.61960787" g="0.61960787" r="1.0"/>
<color a="1.0" b="0.6117647" g="0.6117647" r="1.0"/>
<color a="1.0" b="0.6039216" g="0.6039216" r="1.0"/>
<color a="1.0" b="0.59607846" g="0.59607846" r="1.0"/>
<color a="1.0" b="0.5882353" g="0.5882353" r="1.0"/>
<color a="1.0" b="0.5803922" g="0.5803922" r="1.0"/>
<color a="1.0" b="0.57254905" g="0.57254905" r="1.0"/>
<color a="1.0" b="0.5647059" g="0.5647059" r="1.0"/>
<color a="1.0" b="0.5568628" g="0.5568628" r="1.0"/>
<color a="1.0" b="0.54901963" g="0.54901963" r="1.0"/>
<color a="1.0" b="0.5411765" g="0.5411765" r="1.0"/>
<color a="1.0" b="0.53333336" g="0.53333336" r="1.0"/>
<color a="1.0" b="0.5254902" g="0.5254902" r="1.0"/>
<color a="1.0" b="0.5176471" g="0.5176471" r="1.0"/>
<color a="1.0" b="0.50980395" g="0.50980395" r="1.0"/>
<color a="1.0" b="0.5019608" g="0.5019608" r="1.0"/>
<color a="1.0" b="0.49411765" g="0.49411765" r="1.0"/>
<color a="1.0" b="0.4862745" g="0.4862745" r="1.0"/>
<color a="1.0" b="0.47843137" g="0.47843137" r="1.0"/>
<color a="1.0" b="0.47058824" g="0.47058824" r="1.0"/>
<color a="1.0" b="0.4627451" g="0.4627451" r="1.0"/>
<color a="1.0" b="0.45490196" g="0.45490196" r="1.0"/>
<color a="1.0" b="0.44705883" g="0.44705883" r="1.0"/>
<color a="1.0" b="0.4392157" g="0.4392157" r="1.0"/>
<color a="1.0" b="0.43137255" g="0.43137255" r="1.0"/>
<color a="1.0" b="0.42352942" g="0.42352942" r="1.0"/>
<color a="1.0" b="0.41568628" g="0.41568628" r="1.0"/>
<color a="1.0" b="0.40784314" g="0.40784314" r="1.0"/>
<color a="1.0" b="0.4" g="0.4" r="1.0"/>
<color a="1.0" b="0.39215687" g="0.39215687" r="1.0"/>
<color a="1.0" b="0.38431373" g="0.38431373" r="1.0"/>
<color a="1.0" b="0.3764706" g="0.3764706" r="1.0"/>
<color a="1.0" b="0.36862746" g="0.36862746" r="1.0"/>
<color a="1.0" b="0.36078432" g="0.36078432" r="1.0"/>
<color a="1.0" b="0.3529412" g="0.3529412" r="1.0"/>
<color a="1.0" b="0.34509805" g="0.34509805" r="1.0"/>
<color a="1.0" b="0.3372549" g="0.3372549" r="1.0"/>
<color a="1.0" b="0.32941177" g="0.32941177" r="1.0"/>
<color a="1.0" b="0.32156864" g="0.32156864" r="1.0"/>
<color a="1.0" b="0.3137255" g="0.3137255" r="1.0"/>
<color a="1.0" b="0.30588236" g="0.30588236" r="1.0"/>
<color a="1.0" b="0.29803923" g="0.29803923" r="1.0"/>
<color a="1.0" b="0.2901961" g="0.2901961" r="1.0"/>
<color a="1.0" b="0.28235295" g="0.28235295" r="1.0"/>
<color a="1.0" b="0.27450982" g="0.27450982" r="1.0"/>
<color a="1.0" b="0.26666668" g="0.26666668" r="1.0"/>
<color a="1.0" b="0.25882354" g="0.25882354" r="1.0"/>
<color a="1.0" b="0.2509804" g="0.2509804" r="1.0"/>
<color a="1.0" b="0.24313726" g="0.24313726" r="1.0"/>
<color a="1.0" b="0.23529412" g="0.23529412" r="1.0"/>
<color a="1.0" b="0.22745098" g="0.22745098" r="1.0"/>
<color a="1.0" b="0.21960784" g="0.21960784" r="1.0"/>
<color a="1.0" b="0.21176471" g="0.21176471" r="1.0"/>
<color a="1.0" b="0.20392157" g="0.20392157" r="1.0"/>
<color a="1.0" b="0.19607843" g="0.19607843" r="1.0"/>
<color a="1.0" b="0.1882353" g="0.1882353" r="1.0"/>
<color a="1.0" b="0.18039216" g="0.18039216" r="1.0"/>
<color a="1.0" b="0.17254902" g="0.17254902" r="1.0"/>
<color a="1.0" b="0.16470589" g="0.16470589" r="1.0"/>
<color a="1.0" b="0.15686275" g="0.15686275" r="1.0"/>
<color a="1.0" b="0.14901961" g="0.14901961" r="1.0"/>
<color a="1.0" b="0.14117648" g="0.14117648" r="1.0"/>
<color a="1.0" b="0.13333334" g="0.13333334" r="1.0"/>
<color a="1.0" b="0.1254902" g="0.1254902" r="1.0"/>
<color a="1.0" b="0.11764706" g="0.11764706" r="1.0"/>
<color a="1.0" b="0.10980392" g="0.10980392" r="1.0"/>
<color a="1.0" b="0.101960786" g="0.101960786" r="1.0"/>
<color a="1.0" b="0.09411765" g="0.09411765" r="1.0"/>
<color a="1.0" b="0.08627451" g="0.08627451" r="1.0"/>
<color a="1.0" b="0.078431375" g="0.078431375" r="1.0"/>
<color a="1.0" b="0.07058824" g="0.07058824" r="1.0"/>
<color a="1.0" b="0.0627451" g="0.0627451" r="1.0"/>
<color a="1.0" b="0.05490196" g="0.05490196" r="1.0"/>
<color a="1.0" b="0.047058824" g="0.047058824" r="1.0"/>
<color a="1.0" b="0.039215688" g="0.039215688" r="1.0"/>
<color a="1.0" b="0.03137255" g="0.03137255" r="1.0"/>
<color a="1.0" b="0.023529412" g="0.023529412" r="1.0"/>
<color a="1.0" b="0.015686275" g="0.015686275" r="1.0"/>
<color a="1.0" b="0.007843138" g="0.007843138" r="1.0"/>
<color a="1.0" b="0.0" g="0.0" r="1.0"/>
<color a="1.0" b="0.0" g="0.0" r="0.99607843"/>
<color a="1.0" b="0.0" g="0.0" r="0.99215686"/>
<color a="1.0" b="0.0" g="0.0" r="0.9882353"/>
<color a="1.0" b="0.0" g="0.0" r="0.9843137"/>
<color a="1.0" b="0.0" g="0.0" r="0.98039216"/>
<color a="1.0" b="0.0" g="0.0" r="0.9764706"/>
<color a="1.0" b="0.0" g="0.0" r="0.972549"/>
<color a="1.0" b="0.0" g="0.0" r="0.96862745"/>
<color a="1.0" b="0.0" g="0.0" r="0.9647059"/>
<color a="1.0" b="0.0" g="0.0" r="0.9607843"/>
<color a="1.0" b="0.0" g="0.0" r="0.95686275"/>
<color a="1.0" b="0.0" g="0.0" r="0.9529412"/>
<color a="1.0" b="0.0" g="0.0" r="0.9490196"/>
<color a="1.0" b="0.0" g="0.0" r="0.94509804"/>
<color a="1.0" b="0.0" g="0.0" r="0.9411765"/>
<color a="1.0" b="0.0" g="0.0" r="0.9372549"/>
<color a="1.0" b="0.0" g="0.0" r="0.93333334"/>
<color a="1.0" b="0.0" g="0.0" r="0.92941177"/>
<color a="1.0" b="0.0" g="0.0" r="0.9254902"/>
<color a="1.0" b="0.0" g="0.0" r="0.92156863"/>
<color a="1.0" b="0.0" g="0.0" r="0.91764706"/>
<color a="1.0" b="0.0" g="0.0" r="0.9137255"/>
<color a="1.0" b="0.0" g="0.0" r="0.9098039"/>
<color a="1.0" b="0.0" g="0.0" r="0.90588236"/>
<color a="1.0" b="0.0" g="0.0" r="0.9019608"/>
<color a="1.0" b="0.0" g="0.0" r="0.8980392"/>
<color a="1.0" b="0.0" g="0.0" r="0.89411765"/>
<color a="1.0" b="0.0" g="0.0" r="0.8901961"/>
<color a="1.0" b="0.0" g="0.0" r="0.8862745"/>
<color a="1.0" b="0.0" g="0.0" r="0.88235295"/>
<color a="1.0" b="0.0" g="0.0" r="0.8784314"/>
<color a="1.0" b="0.0" g="0.0" r="0.8745098"/>
<color a="1.0" b="0.0" g="0.0" r="0.87058824"/>
<color a="1.0" b="0.0" g="0.0" r="0.8666667"/>
<color a="1.0" b="0.0" g="0.0" r="0.8627451"/>
<color a="1.0" b="0.0" g="0.0" r="0.85882354"/>
<color a="1.0" b="0.0" g="0.0" r="0.85490197"/>
<color a="1.0" b="0.0" g="0.0" r="0.8509804"/>
<color a="1.0" b="0.0" g="0.0" r="0.84705883"/>
<color a="1.0" b="0.0" g="0.0" r="0.84313726"/>
<color a="1.0" b="0.0" g="0.0" r="0.8392157"/>
<color a="1.0" b="0.0" g="0.0" r="0.8352941"/>
<color a="1.0" b="0.0" g="0.0" r="0.83137256"/>
<color a="1.0" b="0.0" g="0.0" r="0.827451"/>
<color a="1.0" b="0.0" g="0.0" r="0.8235294"/>
<color a="1.0" b="0.0" g="0.0" r="0.81960785"/>
<color a="1.0" b="0.0" g="0.0" r="0.8156863"/>
<color a="1.0" b="0.0" g="0.0" r="0.8117647"/>
<color a="1.0" b="0.0" g="0.0" r="0.80784315"/>
<color a="1.0" b="0.0" g="0.0" r="0.8039216"/>
<color a="1.0" b="0.0" g="0.0" r="0.8"/>
<color a="1.0" b="0.0" g="0.0" r="0.79607844"/>
<color a="1.0" b="0.0" g="0.0" r="0.7921569"/>
<color a="1.0" b="0.0" g="0.0" r="0.7882353"/>
<color a="1.0" b="0.0" g="0.0" r="0.78431374"/>
<color a="1.0" b="0.0" g="0.0" r="0.78039217"/>
<color a="1.0" b="0.0" g="0.0" r="0.7764706"/>
<color a="1.0" b="0.0" g="0.0" r="0.77254903"/>
<color a="1.0" b="0.0" g="0.0" r="0.76862746"/>
<color a="1.0" b="0.0" g="0.0" r="0.7647059"/>
<color a="1.0" b="0.0" g="0.0" r="0.7607843"/>
<color a="1.0" b="0.0" g="0.0" r="0.75686276"/>
<color a="1.0" b="0.0" g="0.0" r="0.7529412"/>
<color a="1.0" b="0.0" g="0.0" r="0.7490196"/>
<color a="1.0" b="0.0" g="0.0" r="0.74509805"/>
<color a="1.0" b="0.0" g="0.0" r="0.7411765"/>
<color a="1.0" b="0.0" g="0.0" r="0.7372549"/>
<color a="1.0" b="0.0" g="0.0" r="0.73333335"/>
<color a="1.0" b="0.0" g="0.0" r="0.7294118"/>
<color a="1.0" b="0.0" g="0.0" r="0.7254902"/>
<color a="1.0" b="0.0" g="0.0" r="0.72156864"/>
<color a="1.0" b="0.0" g="0.0" r="0.7176471"/>
<color a="1.0" b="0.0" g="0.0" r="0.7137255"/>
<color a="1.0" b="0.0" g="0.0" r="0.70980394"/>
<color a="1.0" b="0.0" g="0.0" r="0.7058824"/>
<color a="1.0" b="0.0" g="0.0" r="0.7019608"/>
<color a="1.0" b="0.0" g="0.0" r="0.69803923"/>
<color a="1.0" b="0.0" g="0.0" r="0.69411767"/>
<color a="1.0" b="0.0" g="0.0" r="0.6901961"/>
<color a="1.0" b="0.0" g="0.0" r="0.6862745"/>
<color a="1.0" b="0.0" g="0.0" r="0.68235296"/>
<color a="1.0" b="0.0" g="0.0" r="0.6784314"/>
<color a="1.0" b="0.0" g="0.0" r="0.6745098"/>
<color a="1.0" b="0.0" g="0.0" r="0.67058825"/>
<color a="1.0" b="0.0" g="0.0" r="0.6666667"/>
<color a="1.0" b="0.0" g="0.0" r="0.6627451"/>
<color a="1.0" b="0.0" g="0.0" r="0.65882355"/>
<color a="1.0" b="0.0" g="0.0" r="0.654902"/>
<color a="1.0" b="0.0" g="0.0" r="0.6509804"/>
<color a="1.0" b="0.0" g="0.0" r="0.64705884"/>
<color a="1.0" b="0.0" g="0.0" r="0.6431373"/>
<color a="1.0" b="0.0" g="0.0" r="0.6392157"/>
<color a="1.0" b="0.0" g="0.0" r="0.63529414"/>
<color a="1.0" b="0.0" g="0.0" r="0.6313726"/>
<color a="1.0" b="0.0" g="0.0" r="0.627451"/>
<color a="1.0" b="0.0" g="0.0" r="0.62352943"/>
<color a="1.0" b="0.0" g="0.0" r="0.61960787"/>
<color a="1.0" b="0.0" g="0.0" r="0.6156863"/>
<color a="1.0" b="0.0" g="0.0" r="0.6117647"/>
<color a="1.0" b="0.0" g="0.0" r="0.60784316"/>
<color a="1.0" b="0.0" g="0.0" r="0.6039216"/>
<color a="1.0" b="0.0" g="0.0" r="0.6"/>
<color a="1.0" b="0.0" g="0.0" r="0.59607846"/>
<color a="1.0" b="0.0" g="0.0" r="0.5921569"/>
<color a="1.0" b="0.0" g="0.0" r="0.5882353"/>
<color a="1.0" b="0.0" g="0.0" r="0.58431375"/>
<color a="1.0" b="0.0" g="0.0" r="0.5803922"/>
<color a="1.0" b="0.0" g="0.0" r="0.5764706"/>
<color a="1.0" b="0.0" g="0.0" r="0.57254905"/>
<color a="1.0" b="0.0" g="0.0" r="0.5686275"/>
<color a="1.0" b="0.0" g="0.0" r="0.5647059"/>
<color a="1.0" b="0.0" g="0.0" r="0.56078434"/>
<color a="1.0" b="0.0" g="0.0" r="0.5568628"/>
<color a="1.0" b="0.0" g="0.0" r="0.5529412"/>
<color a="1.0" b="0.0" g="0.0" r="0.54901963"/>
<color a="1.0" b="0.0" g="0.0" r="0.54509807"/>
<color a="1.0" b="0.0" g="0.0" r="0.5411765"/>
<color a="1.0" b="0.0" g="0.0" r="0.5372549"/>
<color a="1.0" b="0.0" g="0.0" r="0.53333336"/>
<color a="1.0" b="0.0" g="0.0" r="0.5294118"/>
<color a="1.0" b="0.0" g="0.0" r="0.5254902"/>
<color a="1.0" b="0.0" g="0.0" r="0.52156866"/>
<color a="1.0" b="0.0" g="0.0" r="0.5176471"/>
<color a="1.0" b="0.0" g="0.0" r="0.5137255"/>
<color a="1.0" b="0.0" g="0.0" r="0.50980395"/>
<color a="1.0" b="0.0" g="0.0" r="0.5058824"/>
<color a="1.0" b="0.0" g="0.0" r="0.5019608"/>
<color a="1.0" b="0.0" g="0.0" r="0.5019608"/>
</colorMap>

View file

@ -121,7 +121,7 @@
<name>Observation</name>
<selectedRetentionHours>168</selectedRetentionHours>
<dataSet>
<dirPattern>(acars|airep|airmet|taf)</dirPattern>
<dirPattern>(acars|airmet|taf)</dirPattern>
<dirPattern>(bufrsigwx|sfcobs)/.*</dirPattern>
<displayLabel>{1}</displayLabel>
<timeType>Date</timeType>
@ -129,7 +129,7 @@
<filePattern>.*-(\d{4})-(\d{2})-(\d{2})-(\d{2})\..*</filePattern>
</dataSet>
</category>
The first <dirPattern> looks for files matching the <filePattern> in the directories acars, airep, airmet or taf.
The first <dirPattern> looks for files matching the <filePattern> in the directories acars, airmet or taf.
The second <dirPattern> expects to find the files in subdirectories of bufrsigwx or sfcobs such as bufrsigwx/SWH.
Here the display will only show, redbook. The directory looked at will be <rootPath>/redbook/. The <dateGroupIndices> all
@ -147,7 +147,7 @@
<name>Decision Assistance</name>
<selectedRetentionHours>168</selectedRetentionHours>
<dataSet>
<dirPattern>(cwat|fog|ffmp|fssobs|preciprate|qpf|scan|vil)/.*(\d{4})-(\d{2})-(\d{2})-(\d{2}).*</dirPattern>
<dirPattern>(cwat|fog|ffmp|preciprate|qpf|scan|vil)/.*(\d{4})-(\d{2})-(\d{2})-(\d{2}).*</dirPattern>
<displayLabel>{1}</displayLabel>
<dateGroupIndices>2,3,4,5</dateGroupIndices>
</dataSet>
@ -195,7 +195,7 @@
<name>Observation</name>
<selectedRetentionHours>168</selectedRetentionHours>
<dataSet>
<dirPattern>(acars|airep|binlightning|bufrascat|bufrhdw|bufrmthdw|bufrssmi|idft|lsr|obs|pirep|recco|svrwx)/.*-(\d{4})-(\d{2})-(\d{2})-(\d{2})</dirPattern>
<dirPattern>(acars|binlightning|bufrascat|bufrhdw|bufrmthdw|bufrssmi|idft|lsr|obs|recco|svrwx)/.*-(\d{4})-(\d{2})-(\d{2})-(\d{2})</dirPattern>
<dirPattern>(sfcobs)/.*/.*-(\d{4})-(\d{2})-(\d{2})-(\d{2})</dirPattern>
<displayLabel>{1}</displayLabel>
<dateGroupIndices>2,3,4,5</dateGroupIndices>

View file

@ -60,7 +60,10 @@ service qpidd stop
if [ ! -d /awips2/data_store ]; then
mkdir -p /awips2/data_store
fi
chown -R awips:fxalpha /awips2/data_store
if [ ! -d /awips2/tmp ]; then
mkdir -p /awips2/tmp
fi
chown -R awips:fxalpha /awips2/data_store /awips2/tmp
if [[ $1 -eq "reinstall" ]]; then
echo ''
@ -87,4 +90,6 @@ fi
echo ""
echo "Done..."
echo ""
PATH=$PATH:/awips2/edex/bin/
exit

View file

@ -285,6 +285,11 @@ edex_setup() { # setup IP subnet and domains for EDEX, prompt user for confirm
edex_start() { # start all edex services
edex_cleanup
if [ ! -d /awips2/tmp ]; then
mkdir -p /awips2/tmp
fi
chown -R awips:fxalpha /awips2/data_store /awips2/tmp
if [ -f "/etc/init.d/edex_postgres" ]; then
su -c "service edex_postgres start"
fi

View file

@ -106,12 +106,11 @@ REQUEST CONDUIT "nam" idd.unidata.ucar.edu
REQUEST CONDUIT "pgrb2" idd.unidata.ucar.edu
# NDFD
REQUEST CONDUIT "nwstg" idd.unidata.ucar.edu
# GOES-East/16(R)
REQUEST NOTHER "^TI[RS]... KNES.*" idd.unidata.ucar.edu
# GOES-East GLM
REQUEST DIFAX "GLM" idd.unidata.ucar.edu
# GOES-East
REQUEST EXP ".*" lead.unidata.ucar.edu
#REQUEST NOTHER "^TI[RS]... KNES.*" idd.unidata.ucar.edu
# CMC
REQUEST CMC ".*" idd.unidata.ucar.edu
# CONDUIT RAP40