Commit graph

254 commits

Author SHA1 Message Date
Tiffany Meyer
7796afd6cf Added banner and dialog jpg's needed to build the MSI 2021-08-16 13:42:37 -05:00
Tiffany Meyer
bb3d8a45ea Had to add a try/catch exception for jep after updating to 3.8.2 2021-06-09 09:55:30 -05:00
Tiffany Meyer
b2634c2f9f Removed the following plugins that aren't being used in windows
-com.raytheon.uf.viz.ohd.feature
-gov.noaa.nws.ncep.swpc.viz.feature.
-edu.ucar.unidata.uf.viz.feature.
2021-06-08 11:06:41 -05:00
Tiffany Meyer
dbef831d66 Removed gfe perspective from D2D menu for windows build 2021-06-08 10:53:35 -05:00
Tiffany Meyer
9242d26b3d One more change to remove NCP from the perspective list when creating RPM's - had to be removed from the awips.product file 2021-06-08 10:01:02 -04:00
Tiffany Meyer
9374d108e7 Removed NCEP from the list of perspectives
-For Eclipse (Mac/Windows) builds removed from:
  cave/com.raytheon.viz.feature.awips.developer/feature.xml
-For RPM builds removed from:
  cave/build/p2-build.xml
  cave/build/features.txt
2021-06-04 17:54:31 -04:00
Tiffany Meyer
dc271ce71c Changed the cave version to 18.2.1-1 2021-06-02 15:40:20 -04:00
Tiffany Meyer
f05553a0df Added awips2-cimss repo back into the build process for the probSevere plugins
build/repos - had to add awips2-cimss to the list of repos to look at
build/rsync.cave - had to add the awips2-cimss directories to sync into the docker (common, edex, features, viz)
build/rsync.dirs - had to add the awips2-cimss directories to sync into the docker (common, edex, features, viz)
cave/build/features.txt - had to add the viz feature to this file
cave/build/p2-build.xml - had to add the viz feature to this file
cave/com.raytheon.viz.feature.awips.developer/feature.xml - had to add the viz feature to this file
cave/com.raytheon.viz.product.awips/awips.product - had to add the viz feature to this file
edexOsgi/build.edex/build.xml - had to add the edex feature to this file
	NOTE: I tried adding it to the edexOsgi/com.raytheon.edex.feature.uframe/feature.xml but that ended up not working, so I removed it
edexOsgi/build.edex/edex/common.properties - had to create the awips2-cimss repo, add it to the optional repos, and then add the previx edu.wisc
2021-05-17 21:40:26 -04:00
Tiffany Meyer
bb662ae7e0 Remove "Gempak" button in CAVE 2021-05-07 14:47:29 -04:00
Tiffany Meyer
ed6f3eb531 Added menu option to load Convective Warnings 2021-05-04 13:47:46 -04:00
Tiffany Meyer
03eea9ac7a This is a 19.2.1 change being added to unidata_18.2.1 to allow string variables for satellite data in the product legend 2021-04-28 15:29:01 -04:00
Tiffany Meyer
494e06c812 Merge branch 'unidata_18.2.1' of github.com:Unidata/awips2 into unidata_18.2.1
Merging in updates from unidata_18.2.1 on github locally
2021-04-28 15:23:47 -04:00
Tiffany Meyer
ef7e102d38 Updated GLM menu in the Surface Menu to match what is in the Satellite menu and moved the Volume Browser files back to awips2/cave/com.raytheon.viz.volumebrowser/localization from edexOsgi/com.raytheon.uf.edex.plugin.grid/utility/common_static/base since they weren't accessible. 2021-04-28 15:19:26 -04:00
Shay Carter
7d3c2fa776 Brought over MJ's Change from Teller (but it's not mac specific):
- make surface winds be white by default
2021-04-20 15:15:52 -06:00
Tiffany Meyer
df889150a1 Minor update - forgot to delete the mrms bundles/menus from the cave plugin (after I had moved it to the edex plugin) 2021-03-23 19:07:46 -04:00
Tiffany Meyer
ec1546e2a5 Moved all grid and volumebrowser menus, bundles, scales from cave volumebrowser plugin to edex grid plugin so future changes can be made on edex server
Original location of menus, bundles, scales, volumebrowser awips2/cave/com.raytheon.viz.volumebrowser/localization
New location edexOsgi/com.raytheon.uf.edex.plugin.grid/utility/common_static/base
2021-03-15 12:11:17 -04:00
Tiffany Meyer
26a3ccf3c3 Moved NPP localization files from viz to edex plugin, updated VIIRS config, bundles, and menus
There were quite a few npp plugins, but I moved them to their respective edex plugin. Specifically:
+ awips2/cave/com.raytheon.uf.viz.npp/localization --> edexOsgi/com.raytheon.uf.edex.plugin.npp/utility/common_static/base
+ awips2/cave/com.raytheon.uf.viz.npp.nucaps/localization --> edexOsgi/com.raytheon.uf.edex.plugin.npp.nucaps/utility/common_static/base
+ awips2/cave/com.raytheon.uf.viz.npp.viirs/localization --> edexOsgi/com.raytheon.uf.edex.plugin.npp.viirs/utility/common_static/base

Localization information has been moved from /awips2/cave/etc to /awips2/edex/data/utility/common_static/base

-Update ldmd.conf to grab VIIRS data:
        REQUEST NOTHER "^TI[A-Q]... KNES"
-Update pqact.conf VIIRS entry TI[A-Q]
-Updated viirsImagery.xml to include SNPP and NOAA-20 (JPSS) for Alaska, CONUS, Pacific, Puerto Rico domains
-Added a "region" tag in the bundle files
-Added submenu in main satellite menu for S-NPP and NOAA-20
-Removed submenus for products that only had one menu entry
-Removed extra Alaska imagery channels that we aren't getting data for
2021-03-12 15:18:42 -05:00
Tiffany Meyer
fbc671f4c8 Reconfigured satellite config files to only be stored on the edex side for easier updates (menus, bundles, derived parameters, colormaps, styleRules)
Moved config references from viz plugin and common dataplugin (stored in /awips2/cave/etc) to edex plugins (stored in /awips2/edex/data/utility), which included moving some files from the awips2 repo to awips2-goesr. Having the configs on the EDEX side will allow for minor config updates without major rpm releases.

I also cleaned up the NWS version of the GOES Menus. Separated out each sector based on what products were available so the menus shouldn't have "extra" menu items that don't exist. I've also reduced the number of submenus so it's easier to load a product.

Summary of changes:
com.raytheon.viz.satellite
-Removed all references of satellite base/goesr/glm/himiwari bundle files (now in awips2-goesr/edexOsgi/com.raytheon.uf.edex.plugin.goesr)
-Removed extra copy of goesr menus (localization/menus/satellite/goesr/goesr)
-Removed main goesr/glm/himawari menus (now in awips2-goesr/edexOsgi/com.raytheon.uf.edex.plugin.goesr)
-Removed all base satellite menus (now in awips2/edexOsgi/com.raytheon.edex.plugin.satellite)

com.raytheon.uf.common.dataplugin.satellite
-Removed all satellite (base) colormaps references (now in awips2/edexOsgi/com.raytheon.edex.plugin.satellite)
-Removed all base satellite derived parameters references (now in awips2/edexOsgi/com.raytheon.edex.plugin.satellite)
-Removed all base satellite menu references (now in awips2/edexOsgi/com.raytheon.edex.plugin.satellite)
-Removed satelliteImageryStyleRules.xml (now in awips2/edexOsgi/com.raytheon.edex.plugin.satellite)

com.raytheon.edex.plugin.satellite
+Added base satellite menus from awips2/cave/com.raytheon.viz.satellite here
+Added base satellite menus from com.raytheon.uf.common.dataplugin.satellite here
+Added base satellite colormaps from com.raytheon.uf.common.dataplugin.satellite here
+Added base satellite derived parameters from com.raytheon.uf.common.dataplugin.satellite here
+Added satelliteImageryStyleRules.xml from com.raytheon.uf.common.dataplugin.satellite here
2021-02-10 18:09:09 -05:00
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
Tiffany Meyer
9ed6655a8c Updated grid menu file cave/com.raytheon.viz.volumebrowser/localization/menus/grid/index.xml
Removed the following models from the grid menu: ECMWF-HiRes, NAM3km, RTOFS
Added RAP40km to the grid menu
Changed menu filename for FNMOC-WW3 from fnmocWW3.xml to ww3.xml
2020-11-24 18:26:27 -05:00
tiffanycmeyer13
9d542ccf4f
Merge branch 'unidata_18.2.1' into unidata_18.1.1 2020-11-16 19:30:10 -05:00
Tiffany Meyer
fc95d30f2b Binary files changed on moe 2020-11-16 17:46:20 -05:00
Tiffany Meyer
540c498e64 Michael added an export of SWT_GTK3 2020-11-16 17:45:41 -05:00
Tiffany Meyer
971c87db19 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.
README.md
Michael modified, and removed:
        git clone https://github.com/Unidata/awips2-cimss.git

build/repos
Michael removed these repos that are needed to build the rpms:
awips2-cimss
awips2-collaboration
awips2-hazards
awips2-nasa
awips2-nws
awips2-ohd
awips2-swpc
Tiff added back in awips2-nws because it was still needed:
awips2-nws

build/rsync.cave
Michael removed the syncing of awips2-cimss, awips2-hazards, awips2-nasa, awips2-ohd, awips2-swpc directories

build/rsync.dirs
Michael removed the syncing of awips2-hazards, awips2-nasa, awips2-ohd, awips2-swpc, awips2-nws directories
Tiff re-added back in the awips2-nws directories?

cave/build/features.txt
Michael removed edu.wisc.ssec.cimss.viz.convectprob.feature

cave/build/p2-build.xml
Michael removed the cimss convectprob feature
   <antcall target="p2.build.repo">
     <param name="feature" value="edu.wisc.ssec.cimss.viz.convectprob.feature" />
   </antcall>

cave/com.raytheon.viz.feature.awips.developer/feature.xml
Michael removed the cimss convectprob feature

cave/com.raytheon.viz.product.awips/awips.product
Michael removed the cimss convectprob feature

docs/dev/awips-development-environment.md
Michael removed the cimss repo

edexOsgi/build.edex/edex/common.properties
Michael updated the repos needed to build within eclipse

edexOsgi/com.raytheon.uf.edex.dataplugins.feature/feature.xml
Michael removed awips2-cimss features
2020-11-16 17:42:55 -05:00
Tiffany Meyer
6e3d431977 These were changes Michael made on moe locally that were "added" but never committed. 2020-11-16 11:45:40 -05:00
Tiffany Meyer
1c6f3f05f5 In order to add back in the cave/com.raytheon.uf.viz.gisdatastore feature for the RPM build, the feature had to be added to the following files:
- cave/build/features.txt
- cave/build/p2-build.xml
- cave/com.raytheon.viz.product.awips/awips.product

Since it already existed in cave/com.raytheon.viz.product.awips/developer.product, it was showing up when deploying from eclipse.
2020-09-23 15:57:47 -04:00
mjames-upc
ae61b0fdbb rm aviation feature 2019-06-24 11:13:56 -06:00
mjames-upc
e73b51cc3f 18.2.1 naming update 2019-06-24 11:12:13 -06:00
mjames-upc
c6aaa554cb glm, dmw, sat product updates 2019-04-18 15:17:54 -06:00
mjames-upc
a5515d6c4e colormap name cleanup 2019-04-11 10:32:30 -06:00
mjames-upc
5d0444cbe2 increment 18.1.1-7 2019-03-25 16:07:00 -06:00
mjames-upc
9e71a82cb5 run.sh and cave.sh should be equivalent 2019-03-21 15:18:29 -06:00
mjames-upc
933afd5dd1 splash.bmp update for 18.1.1-6 2019-03-21 11:19:05 -06:00
mjames-upc
56b4db288b aviationadvisory localization files moves to warning plugin 2019-03-21 11:18:42 -06:00
mjames-upc
b62dd50f1c cleanup linux cave container 2019-03-07 11:20:51 -07:00
mjames-upc
dbdd3ad0aa fix forced gtk2 in cave.sh 2019-02-14 13:15:05 -07:00
mjames-upc
f5df102e16 RTOFS in grid menu 2019-02-08 14:23:05 -07:00
mjames-upc
700b2624c6 BARO is barotropic, not barometric velocity (RTOFS) 2019-02-08 13:38:29 -07:00
mjames-upc
9872064f64 ncephydro menu updates 2019-02-08 13:36:23 -07:00
mjames-upc
d02305cb09 fix reproject of MetarTemps, use default cmap 2019-02-07 14:32:56 -07:00
mjames-upc
c68891c0da fix/flip pane logic 2019-02-07 14:32:27 -07:00
mjames-upc
3c19abcaa0 sfc, ncep, upper air menu reorg 2019-02-07 14:32:08 -07:00
mjames-upc
2ec0e7ec73 caveBuild final for 18.1.1-5 linux 2019-02-05 09:03:13 -07:00
mjames-upc
f9747e1b73 minor ui updates 2019-02-04 17:10:09 -07:00
mjames-upc
ae32fd8907 UI menu updates 2019-02-04 17:04:57 -07:00
mjames-upc
96c726a89f GOES menu and bundle updates from windows dev branch 2019-02-04 16:53:02 -07:00
mjames-upc
0cd7d7e322 rm REGION, DESK, WORKSTATION localization levels 2019-02-04 11:53:21 -07:00
mjames-upc
0a5fe069d0 Force sync of python files required by GFE perspective 2019-02-04 09:25:54 -07:00
mjames-upc
eeaf4fec58 NAW guantanamo wsr88d products 2019-01-31 12:45:07 -07:00
mjames-upc
5901135df2 cleanup and remove damagepath from common/edex 2019-01-30 13:22:31 -07:00