-Removed phensig print statement
-Fixed the colorized surface products
-Updated menu items to reference WPC instead of HPC (TODO: on the EDEX side the model data gets decoded as HPC still, but that's a deeper dive to make all of those changes)
-Remove NCEP Upper Air menu items (don't have any data populating this)
- brought over previous changes from v18, which changed the default size of the dialog to accomodate more screen sizes and resolutions
- added the ability to resize the dialog
-Changed the menu name from "Obs" to "Surface"
-Added in previous java code to plot/display the Surface Temps
-Added in previous bundles
-Combined the METAR/Synoptic plots to one menu (like in v18)
-Removed local data
-Removed mping (local data)
-Added in previous svg files needed for plotting
-com.raytheon.viz.warnings
Summary can be found in this commit: c5fbae1363
-com.raytheon.uf.common.dataplugin.warning
Summary can be found in this commit: ddeed72777
-Removed the autostart of the textws (when the machine is rebooted)
-Added CAVE program to the applications menu
-Created default cave.desktop that can be copied as a shortcut to the desktop
(also deleted some modes in the awips2-core repo)
NOTE: the new ingestRadar and ingestGoesR modes don't work. Currently on EDEX we're just limiting data via LDM pqact's instead of the ingest modes.
-qpidNoify.py - change the default server to always be "localhost"
-checkFileTime.pl - change the call to the qpidNotify.py script to "sudo su - awips -c" otherwise environment variables won't be correct when running the script via cron
*cave/build/features.txt
*cave/build/p2-build.xml
*cave/com.raytheon.viz.feature.awips.developer/feature.xml
This fixed the issue of not recognizing the GOES Vertical Profiles
*com.raytheon.uf.common.dataplugin.satellite
-Move all colormaps, derived parameters, menus, and styleRules to com.raytheon.edex.plugin.satellite
*com.raytheon.viz.satellite
-Move all bundles and menus to com.raytheon.edex.plugin.satellite
*menues/satellite/index.xml
-Only have reference to goesr menu
-Reference to base satellite menus commented out for now
*rpms/awips2.core/deploy.builder/build.sh
*rpms/build/x86_64/build.sh
*rpms/build/common/lookupRPM.sh
Commented out building of AlertViz rpm
*dist/comps.xml
Removed mandatory awips2-alertviz rpm
Removed awips2-gfesuite rpm
Added qpis2-qpid-proton rpm (which typically got installed from dependecies, but wouldn't get removed)
*gridImageryStyleRules.xml
-Added back in styleRules for HRRR Smoke products
*grib/postProcessModels/precipitationAccumulation.xml
-Added “GFS.*” to model name
*grib/postProcessModels/postProcessedModels.xml
<!-- Post processor definition for the GFS20 model -->
<postProcessedModel id="GFS20">
<modelName>GFS229|GFS215|GFS217|GFS20-.*|GFS.*</modelName>
<processorName>PrecipAccumPostProcessor</processorName>
</postProcessedModel>