awips2/edexOsgi
Tiffany Meyer 0037ca66ad Updates for new GFS-FV3 Products:
/awips2/edex/data/utility/common_static/base/grid/master_grib2_lookup.txt
Added the following lines at the end of the file:

// GFSFV3 transition from buckets
TP_T170L42A-NCEP TP_GFS
CP_T170L42A-NCEP CP_GFS

/awips2/edex/data/utility/common_static/base/grib/postProcessModels/postProcessedModels.xml
Commented out:
<!--Tiff updated the model name because of changes in the GFS-Fv3 #20200625-->
        <!-- modelName>GFS20|AK-GFS22|GFS20-.*</modelName -->
Added:
        <modelName>GFS229|GFS20|AK-GFS22|GFS20-.*</modelName>

/awips2/edex/data/utility/common_static/base/grib/postProcessModels/precipitationAccumulation.xml

Commented out:
<!-- Tiff added the new GFS-FV3 updates for precip accum # 20200625 -->
<!--
    <accumulation>
        <model>GFS20|AK-GFS22|GFS20-.*</model>
        <create forecastPeriodHours="3" accumulationParam="TP3hr" minuendParam="TP6hr" subtrahendParam="TP3hr" />
        <create forecastPeriodHours="3" accumulationParam="CP3hr" minuendParam="CP6hr" subtrahendParam="CP3hr" />
    </accumulation>
-->

Added
    <accumulation>
        <model>GFS229|GFS20|AK-GFS22|GFS20-.*</model>
        <create forecastPeriodHours="3" accumulationParam="TP3hr" minuendParam="TP-GFS" subtrahendParam="TP-GFS" />
        <create forecastPeriodHours="6" accumulationParam="TP6hr" minuendParam="TP-GFS" subtrahendParam="TP-GFS" />
        <create forecastPeriodHours="3" accumulationParam="CP3hr" minuendParam="CP-GFS" subtrahendParam="CP-GFS" />
        <create forecastPeriodHours="6" accumulationParam="CP6hr" minuendParam="CP-GFS" subtrahendParam="CP-GFS" />
    </accumulation>

common_static/base/menus/grid/index.xml
          Just changed the menu for GFS20 and GFS to now point to allFamilies-GFS.xml
common_static/base/menus/grid/allFamilies-GFS.xml
           This is a new file, referencing a new bundle VerticalVelocity-GFS.xml and Precip-GFS.xml
common_static/base/bundles/grid/VerticalVelocity-GFS.xml
           This is a new file, referencing GVV instead of PVV
common_static/base/bundles/grid/Precip-GFS.xml
           This is a new file, referencing TP-GFS instead of TP/TPrun and removed the colortable

/awips2/edex/data/utility/common_static/base/styleRules/gridImageryStyleRules.xml
Added TP-GFS and CP-GFS to the existing TP/CP styleRule

    <styleRule>
        <paramLevelMatches>
            <parameter>tpHPCndfd</parameter>
            <parameter>TP</parameter>
            <parameter>TP6hr</parameter>
            <parameter>TP120hr</parameter>
            <parameter>TP168hr</parameter>
            <parameter>CP</parameter>
            <parameter>St-Pr</parameter>
            <parameter>TP1hr</parameter>
            <parameter>TP3hr</parameter>
            <parameter>TP6hr</parameter>
            <parameter>SPAcc</parameter>
            <parameter>TP-GFS</parameter>
            <parameter>CP-GFS</parameter>
        </paramLevelMatches>
        <imageStyle>
            <!-- filterLow="true" -->
            <displayUnits>in</displayUnits>
            <range scale="LOG">
                <minValue>0.005</minValue>
                <maxValue>12</maxValue>
            </range>
            <defaultColormap>Radar/UPC One Hour Precip</defaultColormap>
            <colorbarLabeling>
                <values>0.01 0.03 0.1 0.3 1 3 10</values>
            </colorbarLabeling>
        </imageStyle>
    </styleRule>

/awips2/edex/data/utility/common_static/base/styleRules/d2dContourStyleRules.xml
    <styleRule>
        <paramLevelMatches>
            <parameter>St-Pr</parameter>
            <parameter>CP</parameter>
            <parameter>TP</parameter>
            <parameter>TP1hr</parameter>
            <parameter>TP3hr</parameter>
            <parameter>TP6hr</parameter>
            <parameter>TP-GFS</parameter>
            <parameter>CP-GFS</parameter>
        </paramLevelMatches>
        <contourStyle>
            <displayUnits>in</displayUnits>
            <displayFlags>NoPlane</displayFlags>
            <contourLabeling labelSpacing="4" minMaxLabelFormat="#0.00"
                maxLabel=".">
                <values>0.01 0.1 0.25 0.5 0.75 1 1.5 2 3 4 6 8 10</values>
            </contourLabeling>
        </contourStyle>
    </styleRule>
2020-11-24 18:33:55 -05:00
..
build.edex Local updates from Michael on moe that updated which repos and features/plugins are needed. Specifically removed awips2-cimss, awips2-collaboration, awips2-hazards, awips2-nasa, awips2-nws, awips2-ohd, awips2-swpc. However awips2-nws was still needed. 2020-11-16 17:42:55 -05:00
com.raytheon.edex.feature.uframe rpmbuild awips2-ohd, awips2-hazards, awips2-ogc, awips2-data-delivery, awips2-swpc 2018-07-20 10:19:41 -06:00
com.raytheon.edex.plugin.binlightning addback binlightning from AWIPS2_Dev_Baseline 2019-01-04 09:49:52 -07:00
com.raytheon.edex.plugin.binlightning.legacy addback binlightning from AWIPS2_Dev_Baseline 2019-01-04 09:49:52 -07:00
com.raytheon.edex.plugin.bufrua initial commit 2018-06-20 17:39:08 -06:00
com.raytheon.edex.plugin.gfe These were changes Michael made on moe locally that were "added" but never committed. 2020-11-16 11:45:40 -05:00
com.raytheon.edex.plugin.goessounding merge origin/master_18.1.1 into unidata_17.1.1 for unidata_18.1.1 2018-07-05 11:49:57 -06:00
com.raytheon.edex.plugin.grib Updates for new GFS-FV3 Products: 2020-11-24 18:33:55 -05:00
com.raytheon.edex.plugin.obs merge origin/master_18.1.1 into unidata_17.1.1 for unidata_18.1.1 2018-07-05 11:49:57 -06:00
com.raytheon.edex.plugin.poessounding merge origin/master_18.1.1 into unidata_17.1.1 for unidata_18.1.1 2018-07-05 11:49:57 -06:00
com.raytheon.edex.plugin.profiler merge origin/master_18.1.1 into unidata_17.1.1 for unidata_18.1.1 2018-07-05 11:49:57 -06:00
com.raytheon.edex.plugin.radar These were changes Michael made on moe locally that were "added" but never committed. 2020-11-16 11:45:40 -05:00
com.raytheon.edex.plugin.satellite merge origin/master_18.1.1 into unidata_17.1.1 for unidata_18.1.1 2018-07-05 11:49:57 -06:00
com.raytheon.edex.plugin.sfcobs These were changes Michael made on moe locally that were "added" but never committed. 2020-11-16 11:45:40 -05:00
com.raytheon.edex.plugin.shef These were changes Michael made on moe locally that were "added" but never committed. 2020-11-16 11:45:40 -05:00
com.raytheon.edex.plugin.textlightning merge origin/master_18.1.1 into unidata_17.1.1 for unidata_18.1.1 2018-07-05 11:49:57 -06:00
com.raytheon.edex.plugin.warning These were changes Michael made on moe locally that were "added" but never committed. 2020-11-16 11:45:40 -05:00
com.raytheon.edex.product.uframe explicit JavaSE-1.8 2018-08-28 16:37:24 -06:00
com.raytheon.edex.productsrv merge origin/master_18.1.1 into unidata_17.1.1 for unidata_18.1.1 2018-07-05 11:49:57 -06:00
com.raytheon.edex.uengine merge origin/master_18.1.1 into unidata_17.1.1 for unidata_18.1.1 2018-07-05 11:49:57 -06:00
com.raytheon.messaging.mhs explicit JavaSE-1.8 2018-08-28 16:37:24 -06:00
com.raytheon.uf.common.activetable These were changes Michael made on moe locally that were "added" but never committed. 2020-11-16 11:45:40 -05:00
com.raytheon.uf.common.archive These were changes Michael made on moe locally that were "added" but never committed. 2020-11-16 11:45:40 -05:00
com.raytheon.uf.common.aviation These were changes Michael made on moe locally that were "added" but never committed. 2020-11-16 11:45:40 -05:00
com.raytheon.uf.common.awipstools explicit JavaSE-1.8 2018-08-28 16:37:24 -06:00
com.raytheon.uf.common.damagepath These were changes Michael made on moe locally that were "added" but never committed. 2020-11-16 11:45:40 -05:00
com.raytheon.uf.common.datalisting merge origin/master_18.1.1 into unidata_17.1.1 for unidata_18.1.1 2018-07-05 11:49:57 -06:00
com.raytheon.uf.common.dataplugin.acars explicit JavaSE-1.8 2018-08-28 16:37:24 -06:00
com.raytheon.uf.common.dataplugin.acarssounding explicit JavaSE-1.8 2018-08-28 16:37:24 -06:00
com.raytheon.uf.common.dataplugin.binlightning merge origin/master_18.1.1 into unidata_17.1.1 for unidata_18.1.1 2018-07-05 11:49:57 -06:00
com.raytheon.uf.common.dataplugin.bufrascat explicit JavaSE-1.8 2018-08-28 16:37:24 -06:00
com.raytheon.uf.common.dataplugin.bufrhdw explicit JavaSE-1.8 2018-08-28 16:37:24 -06:00
com.raytheon.uf.common.dataplugin.bufrmos explicit JavaSE-1.8 2018-08-28 16:37:24 -06:00
com.raytheon.uf.common.dataplugin.bufrmthdw explicit JavaSE-1.8 2018-08-28 16:37:24 -06:00
com.raytheon.uf.common.dataplugin.bufrncwf merge origin/master_18.1.1 into unidata_17.1.1 for unidata_18.1.1 2018-07-05 11:49:57 -06:00
com.raytheon.uf.common.dataplugin.bufrsigwx merge origin/master_18.1.1 into unidata_17.1.1 for unidata_18.1.1 2018-07-05 11:49:57 -06:00
com.raytheon.uf.common.dataplugin.bufrssmi merge origin/master_18.1.1 into unidata_17.1.1 for unidata_18.1.1 2018-07-05 11:49:57 -06:00
com.raytheon.uf.common.dataplugin.bufrua merge origin/master_18.1.1 into unidata_17.1.1 for unidata_18.1.1 2018-07-05 11:49:57 -06:00
com.raytheon.uf.common.dataplugin.ccfp merge origin/master_18.1.1 into unidata_17.1.1 for unidata_18.1.1 2018-07-05 11:49:57 -06:00
com.raytheon.uf.common.dataplugin.climate merge origin/master_18.1.1 into unidata_17.1.1 for unidata_18.1.1 2018-07-05 11:49:57 -06:00
com.raytheon.uf.common.dataplugin.cwa merge origin/master_18.1.1 into unidata_17.1.1 for unidata_18.1.1 2018-07-05 11:49:57 -06:00
com.raytheon.uf.common.dataplugin.cwat explicit JavaSE-1.8 2018-08-28 16:37:24 -06:00
com.raytheon.uf.common.dataplugin.ffmp These were changes Michael made on moe locally that were "added" but never committed. 2020-11-16 11:45:40 -05:00
com.raytheon.uf.common.dataplugin.fog explicit JavaSE-1.8 2018-08-28 16:37:24 -06:00
com.raytheon.uf.common.dataplugin.fssobs explicit JavaSE-1.8 2018-08-28 16:37:24 -06:00
com.raytheon.uf.common.dataplugin.gfe These were changes Michael made on moe locally that were "added" but never committed. 2020-11-16 11:45:40 -05:00
com.raytheon.uf.common.dataplugin.goessounding explicit JavaSE-1.8 2018-08-28 16:37:24 -06:00
com.raytheon.uf.common.dataplugin.grid Updates for new GFS-FV3 Products: 2020-11-24 18:33:55 -05:00
com.raytheon.uf.common.dataplugin.grid.derivparam remove datasetinfo grid aliasing 2018-10-26 16:05:33 -06:00
com.raytheon.uf.common.dataplugin.lsr merge origin/master_18.1.1 into unidata_17.1.1 for unidata_18.1.1 2018-07-05 11:49:57 -06:00
com.raytheon.uf.common.dataplugin.madis explicit JavaSE-1.8 2018-08-28 16:37:24 -06:00
com.raytheon.uf.common.dataplugin.modelsounding explicit JavaSE-1.8 2018-08-28 16:37:24 -06:00
com.raytheon.uf.common.dataplugin.mpe addback hpe,mpe,registry,ohd,scan plugins 2018-07-20 10:13:41 -06:00
com.raytheon.uf.common.dataplugin.npp.crimss merge origin/master_18.1.1 into unidata_17.1.1 for unidata_18.1.1 2018-07-05 11:49:57 -06:00
com.raytheon.uf.common.dataplugin.npp.nucaps explicit JavaSE-1.8 2018-08-28 16:37:24 -06:00
com.raytheon.uf.common.dataplugin.npp.sounding explicit JavaSE-1.8 2018-08-28 16:37:24 -06:00
com.raytheon.uf.common.dataplugin.npp.viirs explicit JavaSE-1.8 2018-08-28 16:37:24 -06:00
com.raytheon.uf.common.dataplugin.obs explicit JavaSE-1.8 2018-08-28 16:37:24 -06:00
com.raytheon.uf.common.dataplugin.poessounding explicit JavaSE-1.8 2018-08-28 16:37:24 -06:00
com.raytheon.uf.common.dataplugin.pointset merge origin/master_18.1.1 into unidata_17.1.1 for unidata_18.1.1 2018-07-05 11:49:57 -06:00
com.raytheon.uf.common.dataplugin.preciprate explicit JavaSE-1.8 2018-08-28 16:37:24 -06:00
com.raytheon.uf.common.dataplugin.profiler merge origin/master_18.1.1 into unidata_17.1.1 for unidata_18.1.1 2018-07-05 11:49:57 -06:00
com.raytheon.uf.common.dataplugin.qpf explicit JavaSE-1.8 2018-08-28 16:37:24 -06:00
com.raytheon.uf.common.dataplugin.radar These were changes Michael made on moe locally that were "added" but never committed. 2020-11-16 11:45:40 -05:00
com.raytheon.uf.common.dataplugin.redbook explicit JavaSE-1.8 2018-08-28 16:37:24 -06:00
com.raytheon.uf.common.dataplugin.satellite explicit JavaSE-1.8 2018-08-28 16:37:24 -06:00
com.raytheon.uf.common.dataplugin.scan explicit JavaSE-1.8 2018-08-28 16:37:24 -06:00
com.raytheon.uf.common.dataplugin.sfcobs merge origin/master_18.1.1 into unidata_17.1.1 for unidata_18.1.1 2018-07-05 11:49:57 -06:00
com.raytheon.uf.common.dataplugin.shef These were changes Michael made on moe locally that were "added" but never committed. 2020-11-16 11:45:40 -05:00
com.raytheon.uf.common.dataplugin.svrwx merge origin/master_18.1.1 into unidata_17.1.1 for unidata_18.1.1 2018-07-05 11:49:57 -06:00
com.raytheon.uf.common.dataplugin.taf merge origin/master_18.1.1 into unidata_17.1.1 for unidata_18.1.1 2018-07-05 11:49:57 -06:00
com.raytheon.uf.common.dataplugin.tcg merge origin/master_18.1.1 into unidata_17.1.1 for unidata_18.1.1 2018-07-05 11:49:57 -06:00
com.raytheon.uf.common.dataplugin.tcs merge origin/master_18.1.1 into unidata_17.1.1 for unidata_18.1.1 2018-07-05 11:49:57 -06:00
com.raytheon.uf.common.dataplugin.text merge origin/master_18.1.1 into unidata_17.1.1 for unidata_18.1.1 2018-07-05 11:49:57 -06:00
com.raytheon.uf.common.dataplugin.vaa merge origin/master_18.1.1 into unidata_17.1.1 for unidata_18.1.1 2018-07-05 11:49:57 -06:00
com.raytheon.uf.common.dataplugin.vil explicit JavaSE-1.8 2018-08-28 16:37:24 -06:00
com.raytheon.uf.common.dataplugin.warning These were changes Michael made on moe locally that were "added" but never committed. 2020-11-16 11:45:40 -05:00
com.raytheon.uf.common.dissemination explicit JavaSE-1.8 2018-08-28 16:37:24 -06:00
com.raytheon.uf.common.gfe.ifpclient These were changes Michael made on moe locally that were "added" but never committed. 2020-11-16 11:45:40 -05:00
com.raytheon.uf.common.grib These were changes Michael made on moe locally that were "added" but never committed. 2020-11-16 11:45:40 -05:00
com.raytheon.uf.common.gridcoverage explicit JavaSE-1.8 2018-08-28 16:37:24 -06:00
com.raytheon.uf.common.hydro explicit JavaSE-1.8 2018-08-28 16:37:24 -06:00
com.raytheon.uf.common.localization.backup initial commit 2018-06-20 17:39:08 -06:00
com.raytheon.uf.common.localization.python rm REGION, DESK, WORKSTATION localization levels 2019-02-04 11:53:21 -07:00
com.raytheon.uf.common.management explicit JavaSE-1.8 2018-08-28 16:37:24 -06:00
com.raytheon.uf.common.menus.vb These were changes Michael made on moe locally that were "added" but never committed. 2020-11-16 11:45:40 -05:00
com.raytheon.uf.common.monitor These were changes Michael made on moe locally that were "added" but never committed. 2020-11-16 11:45:40 -05:00
com.raytheon.uf.common.monitor.cpg explicit JavaSE-1.8 2018-08-28 16:37:24 -06:00
com.raytheon.uf.common.mpe hydro plugin updates from origin/master_18.1.1 2018-08-27 15:05:23 -06:00
com.raytheon.uf.common.mpe.gribit2 explicit JavaSE-1.8 2018-08-28 16:37:24 -06:00
com.raytheon.uf.common.nc.bufr explicit JavaSE-1.8 2018-08-28 16:37:24 -06:00
com.raytheon.uf.common.nc4 explicit JavaSE-1.8 2018-08-28 16:37:24 -06:00
com.raytheon.uf.common.ohd These were changes Michael made on moe locally that were "added" but never committed. 2020-11-16 11:45:40 -05:00
com.raytheon.uf.common.parameter These were changes Michael made on moe locally that were "added" but never committed. 2020-11-16 11:45:40 -05:00
com.raytheon.uf.common.plugin.hpe explicit JavaSE-1.8 2018-08-28 16:37:24 -06:00
com.raytheon.uf.common.registry.ebxml These were changes Michael made on moe locally that were "added" but never committed. 2020-11-16 11:45:40 -05:00
com.raytheon.uf.common.registry.event explicit JavaSE-1.8 2018-08-28 16:37:24 -06:00
com.raytheon.uf.common.registry.schemas.ebxml These were changes Michael made on moe locally that were "added" but never committed. 2020-11-16 11:45:40 -05:00
com.raytheon.uf.common.registry.schemas.iso19115 These were changes Michael made on moe locally that were "added" but never committed. 2020-11-16 11:45:40 -05:00
com.raytheon.uf.common.security merge origin/master_18.1.1 into unidata_17.1.1 for unidata_18.1.1 2018-07-05 11:49:57 -06:00
com.raytheon.uf.common.site These were changes Michael made on moe locally that were "added" but never committed. 2020-11-16 11:45:40 -05:00
com.raytheon.uf.common.sounding explicit JavaSE-1.8 2018-08-28 16:37:24 -06:00
com.raytheon.uf.common.tafqueue explicit JavaSE-1.8 2018-08-28 16:37:24 -06:00
com.raytheon.uf.common.wmo explicit JavaSE-1.8 2018-08-28 16:37:24 -06:00
com.raytheon.uf.common.xmrg explicit JavaSE-1.8 2018-08-28 16:37:24 -06:00
com.raytheon.uf.edex.activetable These were changes Michael made on moe locally that were "added" but never committed. 2020-11-16 11:45:40 -05:00
com.raytheon.uf.edex.archive explicit JavaSE-1.8 2018-08-28 16:37:24 -06:00
com.raytheon.uf.edex.archive.feature These were changes Michael made on moe locally that were "added" but never committed. 2020-11-16 11:45:40 -05:00
com.raytheon.uf.edex.aviation These were changes Michael made on moe locally that were "added" but never committed. 2020-11-16 11:45:40 -05:00
com.raytheon.uf.edex.aviation.aag These were changes Michael made on moe locally that were "added" but never committed. 2020-11-16 11:45:40 -05:00
com.raytheon.uf.edex.awipstools explicit JavaSE-1.8 2018-08-28 16:37:24 -06:00
com.raytheon.uf.edex.bufrtools merge origin/master_18.1.1 into unidata_17.1.1 for unidata_18.1.1 2018-07-05 11:49:57 -06:00
com.raytheon.uf.edex.common.core.feature build and feature set updates for text.subscription removal, building gfe 2019-01-30 12:13:18 -07:00
com.raytheon.uf.edex.core.feature initial commit 2018-06-20 17:39:08 -06:00
com.raytheon.uf.edex.cots.feature initial commit 2018-06-20 17:39:08 -06:00
com.raytheon.uf.edex.cpgsrv explicit JavaSE-1.8 2018-08-28 16:37:24 -06:00
com.raytheon.uf.edex.damagepath These were changes Michael made on moe locally that were "added" but never committed. 2020-11-16 11:45:40 -05:00
com.raytheon.uf.edex.dat.feature EDEX feature build update: add stq to dataplugins, shef/ohd to dat 2018-07-25 08:30:01 -06:00
com.raytheon.uf.edex.dat.utils explicit JavaSE-1.8 2018-08-28 16:37:24 -06:00
com.raytheon.uf.edex.dataaccess merge origin/master_18.1.1 into unidata_17.1.1 for unidata_18.1.1 2018-07-05 11:49:57 -06:00
com.raytheon.uf.edex.dataplugins.feature Local updates from Michael on moe that updated which repos and features/plugins are needed. Specifically removed awips2-cimss, awips2-collaboration, awips2-hazards, awips2-nasa, awips2-nws, awips2-ohd, awips2-swpc. However awips2-nws was still needed. 2020-11-16 17:42:55 -05:00
com.raytheon.uf.edex.decodertools merge origin/master_18.1.1 into unidata_17.1.1 for unidata_18.1.1 2018-07-05 11:49:57 -06:00
com.raytheon.uf.edex.gfe.feature These were changes Michael made on moe locally that were "added" but never committed. 2020-11-16 11:45:40 -05:00
com.raytheon.uf.edex.grid.staticdata a few more typo fixes 2019-01-30 12:10:55 -07:00
com.raytheon.uf.edex.gridcoverage explicit JavaSE-1.8 2018-08-28 16:37:24 -06:00
com.raytheon.uf.edex.hydro.feature add merged hydro/mpe edex feature 2019-01-31 13:24:42 -07:00
com.raytheon.uf.edex.maintenance These were changes Michael made on moe locally that were "added" but never committed. 2020-11-16 11:45:40 -05:00
com.raytheon.uf.edex.management explicit JavaSE-1.8 2018-08-28 16:37:24 -06:00
com.raytheon.uf.edex.menus explicit JavaSE-1.8 2018-08-28 16:37:24 -06:00
com.raytheon.uf.edex.menus.dataplugins These were changes Michael made on moe locally that were "added" but never committed. 2020-11-16 11:45:40 -05:00
com.raytheon.uf.edex.metartohmdbsrv These were changes Michael made on moe locally that were "added" but never committed. 2020-11-16 11:45:40 -05:00
com.raytheon.uf.edex.ndm.dataplugin These were changes Michael made on moe locally that were "added" but never committed. 2020-11-16 11:45:40 -05:00
com.raytheon.uf.edex.netcdf merge origin/master_18.1.1 into unidata_17.1.1 for unidata_18.1.1 2018-07-05 11:49:57 -06:00
com.raytheon.uf.edex.ohd These were changes Michael made on moe locally that were "added" but never committed. 2020-11-16 11:45:40 -05:00
com.raytheon.uf.edex.parameter initial commit 2018-06-20 17:39:08 -06:00
com.raytheon.uf.edex.plugin.acars explicit JavaSE-1.8 2018-08-28 16:37:24 -06:00
com.raytheon.uf.edex.plugin.acarssounding merge origin/master_18.1.1 into unidata_17.1.1 for unidata_18.1.1 2018-07-05 11:49:57 -06:00
com.raytheon.uf.edex.plugin.bufrascat rm SH filter beans 2018-07-24 15:40:45 -06:00
com.raytheon.uf.edex.plugin.bufrhdw merge origin/master_18.1.1 into unidata_17.1.1 for unidata_18.1.1 2018-07-05 11:49:57 -06:00
com.raytheon.uf.edex.plugin.bufrmos merge origin/master_18.1.1 into unidata_17.1.1 for unidata_18.1.1 2018-07-05 11:49:57 -06:00
com.raytheon.uf.edex.plugin.bufrmthdw explicit JavaSE-1.8 2018-08-28 16:37:24 -06:00
com.raytheon.uf.edex.plugin.bufrncwf merge origin/master_18.1.1 into unidata_17.1.1 for unidata_18.1.1 2018-07-05 11:49:57 -06:00
com.raytheon.uf.edex.plugin.bufrobs explicit JavaSE-1.8 2018-08-28 16:37:24 -06:00
com.raytheon.uf.edex.plugin.bufrsigwx merge origin/master_18.1.1 into unidata_17.1.1 for unidata_18.1.1 2018-07-05 11:49:57 -06:00
com.raytheon.uf.edex.plugin.bufrssmi rm SH filter beans 2018-07-24 15:40:45 -06:00
com.raytheon.uf.edex.plugin.ccfp merge origin/master_18.1.1 into unidata_17.1.1 for unidata_18.1.1 2018-07-05 11:49:57 -06:00
com.raytheon.uf.edex.plugin.cwa explicit JavaSE-1.8 2018-08-28 16:37:24 -06:00
com.raytheon.uf.edex.plugin.cwat explicit JavaSE-1.8 2018-08-28 16:37:24 -06:00
com.raytheon.uf.edex.plugin.ffmp These were changes Michael made on moe locally that were "added" but never committed. 2020-11-16 11:45:40 -05:00
com.raytheon.uf.edex.plugin.fog explicit JavaSE-1.8 2018-08-28 16:37:24 -06:00
com.raytheon.uf.edex.plugin.fssobs explicit JavaSE-1.8 2018-08-28 16:37:24 -06:00
com.raytheon.uf.edex.plugin.grid These were changes Michael made on moe locally that were "added" but never committed. 2020-11-16 11:45:40 -05:00
com.raytheon.uf.edex.plugin.grid.derivparam merge origin/master_18.1.1 into unidata_17.1.1 for unidata_18.1.1 2018-07-05 11:49:57 -06:00
com.raytheon.uf.edex.plugin.grid.netcdf merge origin/master_18.1.1 into unidata_17.1.1 for unidata_18.1.1 2018-07-05 11:49:57 -06:00
com.raytheon.uf.edex.plugin.hpe explicit JavaSE-1.8 2018-08-28 16:37:24 -06:00
com.raytheon.uf.edex.plugin.loctables These were changes Michael made on moe locally that were "added" but never committed. 2020-11-16 11:45:40 -05:00
com.raytheon.uf.edex.plugin.lsr merge origin/master_18.1.1 into unidata_17.1.1 for unidata_18.1.1 2018-07-05 11:49:57 -06:00
com.raytheon.uf.edex.plugin.madis explicit JavaSE-1.8 2018-08-28 16:37:24 -06:00
com.raytheon.uf.edex.plugin.manualIngest manual ingest endpoint 2018-10-25 14:40:31 -06:00
com.raytheon.uf.edex.plugin.modelsounding These were changes Michael made on moe locally that were "added" but never committed. 2020-11-16 11:45:40 -05:00
com.raytheon.uf.edex.plugin.mpe explicit JavaSE-1.8 2018-08-28 16:37:24 -06:00
com.raytheon.uf.edex.plugin.mpe.dpa explicit JavaSE-1.8 2018-08-28 16:37:24 -06:00
com.raytheon.uf.edex.plugin.mpe.test explicit JavaSE-1.8 2018-08-28 16:37:24 -06:00
com.raytheon.uf.edex.plugin.npp explicit JavaSE-1.8 2018-08-28 16:37:24 -06:00
com.raytheon.uf.edex.plugin.npp.crimss explicit JavaSE-1.8 2018-08-28 16:37:24 -06:00
com.raytheon.uf.edex.plugin.npp.nucaps glm, dmw, sat product updates 2019-04-18 15:17:54 -06:00
com.raytheon.uf.edex.plugin.npp.sounding explicit JavaSE-1.8 2018-08-28 16:37:24 -06:00
com.raytheon.uf.edex.plugin.npp.viirs These were changes Michael made on moe locally that were "added" but never committed. 2020-11-16 11:45:40 -05:00
com.raytheon.uf.edex.plugin.pointset merge origin/master_18.1.1 into unidata_17.1.1 for unidata_18.1.1 2018-07-05 11:49:57 -06:00
com.raytheon.uf.edex.plugin.pointset.netcdf merge origin/master_18.1.1 into unidata_17.1.1 for unidata_18.1.1 2018-07-05 11:49:57 -06:00
com.raytheon.uf.edex.plugin.preciprate explicit JavaSE-1.8 2018-08-28 16:37:24 -06:00
com.raytheon.uf.edex.plugin.qpf explicit JavaSE-1.8 2018-08-28 16:37:24 -06:00
com.raytheon.uf.edex.plugin.redbook These were changes Michael made on moe locally that were "added" but never committed. 2020-11-16 11:45:40 -05:00
com.raytheon.uf.edex.plugin.satellite.gini glm, dmw, sat product updates 2019-04-18 15:17:54 -06:00
com.raytheon.uf.edex.plugin.satellite.mcidas mute logging in McidasSatelliteDecoder and ModelSoundingPersistenceManager 2018-12-19 11:03:41 -07:00
com.raytheon.uf.edex.plugin.scan explicit JavaSE-1.8 2018-08-28 16:37:24 -06:00
com.raytheon.uf.edex.plugin.scan.common explicit JavaSE-1.8 2018-08-28 16:37:24 -06:00
com.raytheon.uf.edex.plugin.svrwx merge origin/master_18.1.1 into unidata_17.1.1 for unidata_18.1.1 2018-07-05 11:49:57 -06:00
com.raytheon.uf.edex.plugin.taf merge origin/master_18.1.1 into unidata_17.1.1 for unidata_18.1.1 2018-07-05 11:49:57 -06:00
com.raytheon.uf.edex.plugin.tcg merge origin/master_18.1.1 into unidata_17.1.1 for unidata_18.1.1 2018-07-05 11:49:57 -06:00
com.raytheon.uf.edex.plugin.tcs merge origin/master_18.1.1 into unidata_17.1.1 for unidata_18.1.1 2018-07-05 11:49:57 -06:00
com.raytheon.uf.edex.plugin.text These were changes Michael made on moe locally that were "added" but never committed. 2020-11-16 11:45:40 -05:00
com.raytheon.uf.edex.plugin.text.dbsrv These were changes Michael made on moe locally that were "added" but never committed. 2020-11-16 11:45:40 -05:00
com.raytheon.uf.edex.plugin.vaa explicit JavaSE-1.8 2018-08-28 16:37:24 -06:00
com.raytheon.uf.edex.plugin.vil explicit JavaSE-1.8 2018-08-28 16:37:24 -06:00
com.raytheon.uf.edex.python.decoder These were changes Michael made on moe locally that were "added" but never committed. 2020-11-16 11:45:40 -05:00
com.raytheon.uf.edex.registry.client.feature addback hpe,mpe,registry,ohd,scan plugins 2018-07-20 10:13:41 -06:00
com.raytheon.uf.edex.registry.ebxml These were changes Michael made on moe locally that were "added" but never committed. 2020-11-16 11:45:40 -05:00
com.raytheon.uf.edex.registry.feature addback hpe,mpe,registry,ohd,scan plugins 2018-07-20 10:13:41 -06:00
com.raytheon.uf.edex.registry.request explicit JavaSE-1.8 2018-08-28 16:37:24 -06:00
com.raytheon.uf.edex.security merge origin/master_18.1.1 into unidata_17.1.1 for unidata_18.1.1 2018-07-05 11:49:57 -06:00
com.raytheon.uf.edex.site explicit JavaSE-1.8 2018-08-28 16:37:24 -06:00
com.raytheon.uf.tools.gfesuite These were changes Michael made on moe locally that were "added" but never committed. 2020-11-16 11:45:40 -05:00
deploy.edex merge origin/master_18.1.1 into unidata_17.1.1 for unidata_18.1.1 2018-07-05 11:49:57 -06:00
deploy.edex.awips2 Adding edexOsgi/deploy.edex.awips2/esb/bin/scriptLauncher in to allow the edex rpms to build 2020-11-23 20:20:23 -05:00
gov.nasa.msfc.sport.edex.plugin.lma explicit JavaSE-1.8 2018-08-28 16:37:24 -06:00