- removed all images that don't apply for v20
- removed several extra files that aren't necessary (in the docs/pdf/ and docs/python/ directories)
- renamed some images that were preserved that had random character names, to something descriptive
- for some reason this was completely broken in v20
- updated the size and display length for better UI experience
- fixed the drawing and closing of the locate window
-Remove the LAPS Tools menu entry and reference since we don't have this data
-Remove print statement about "No base Apps_defaults file found" since we don't use this
-Moved xml maps from the spi and lpi plugins to the com.raytheon.uf.viz.core.maps (in awips2-core repo)
-Created new TDWR.lpi file (this was copied from v18)
-Removed FFMP, Hydro, and GFE (Tropical) maps since we don't use these
-Removed the spotters and fireWxSta lpi and xml files because we don't receive updated lpi files in realtime
-Removed LDAD map files because we don't ingest this data
-Removed the GFS Bufr Sounding because it didn't contain any data
This is in reference to this DR: https://vlab.noaa.gov/awips-redmine/issues/2003073
If you already have a running EDEX and need to make this change, manually update the parameters.xml and then update the database table:
update parameter set unit='/s' where unit like '1/s';
- update plugin.xml to reference proper class to delete displays (bundles)
- Add in DeleteAWIPSBundle class from v18 (MJ created it originally)
-update class to remove unused import and update the deprecated method call
- added `fullBundleLoad="true"` to menu files to force all resources to be drawn properly when opening in a new editor
- the only files that actually changed the menus were:
- .../radar/dualPol/baseRadarLegacy.xml
- .../radar/dualPol/baseRadarFourPanelBestRes.xml
- .../radar/dualPol/baseRadarFourPanel.xml
- the rest were still changed anyway, in case we ever need those files, but likely the best course of action is to remove all unused files to make this less confusing
com.raytheon.viz.lpi/localization/basemaps
- NEXRAD.lpi - new file
com.raytheon.viz.radar
- localization/bundles/DefaultRadarDualPolBaseData.xml - updated CC in four panel
- localization/bundles/nexradAvailability.xml - new file to display NEXRCOMP reflectivity
- localization/bundles/site/Radar*.xml - new file to display all 2 panel radar
- localization/menus/radar/baseRadarMenu.xml - updated to include Nexrad menu option
- src/com/raytheon/viz/radar/rsc/map/RadarMapMouseHandler.java - new file
- src/com/raytheon/viz/radar/rsc/map/RadarMapResource.java - new file
- src/com/raytheon/viz/radar/rsc/map/RadarMapResourceData.java
com.raytheon.edex.plugin.satellite
- src/com/raytheon/edex/plugin/satellite/dao/SatelliteDao.java - force interpolation levels for NEXRCOMP products
- utility/common_static/base/styleRules/satelliteImageryStyleRules.xml - add in Unidata FNEXRAD rules
com.raytheon.uf.common.dataplugin.radar
- utility/common_static/base/colormaps/Radar/DHR.cmap - new colormap for NEXRCOMP
com.raytheon.uf.edex.plugin.satellite.gini
- META-INF/MANIFEST.MF - add in new plugin
- src/com/raytheon/uf/edex/plugin/satellite/gini/GiniSatelliteDecoder.java - add functionality to decode zlib/png compressed satellite data
- utility/common_static/base/distribution/satellite.gini.xml - add in regex for NEXRCOMP
- utility/common_static/base/satellite/gini/lookuptables/creatingEntities.xml - add in index for NEXRCOMP
- utility/common_static/base/satellite/gini/lookuptables/physicalElements - add in index for different NEXRCOMP products
- utility/common_static/base/satellite/gini/lookuptables/sectorIds.xml - add in index for NEXRCOMP sector
- utility/common_static/base/satellite/gini/lookuptables/sources.xml - add in index for UCAR source
- utility/common_static/base/satellite/gini/lookuptables/units.xml - add in index for NEXRCOMP units