- a recommendation from Pete... we only talk about how to ingest data when testing, but we do not recommend this method for a production process
- added a new subsection called 'Implementing a Production Process' where I describe how to use the notifyAWIPS2-unidata.py script
(in localization/common_static/site)
-Removed KBIX from LIX (AFB where we don't get the radar data)
-Removed KSFX from FGZ (incorrect radar for the CWA)
-Added KFSX to FGZ (added correct radar for the CWA)
-Renamed KFTX to KTFX for TFX (corrected radar name)
-Added KGRK to FWD (update)
-Removed KTVX from BUF (no idea where this came from)
-Added KTYX to BTV (update)
-Renamed KYUK to KYUX for BTV (corrected radar name)
-Added TADW to LWX (update)
-Added TBWI to LWX (update)
-Added TDCA to LWX (update)
-Added TDEN to BOU (update)
-Added TICH to ITC (update)
-Renamed TJKF to TJFK for OKX (corrected radar name)
-Removed TJUA from OAX (just need it in SJU)
-Added TORD to LOT (update)
-Removed TPSF from OUN (don't get radar data)
-Added TSTL to LSX (update)
- moved the YouTube section to be above the AWIPS Tips Section
- the AWIPS Tips will continue to grow as we release new blogs, so makes sense to have it at as the last section on the page
- removed "10" from some Windows troubleshooting instructions, since this applies to Windows 11 as well (per user suggestion)
- added section in Educational Resources page for our YouTube channel
- added a youtube logo to the images for documentation
-DefaultRadarDualPolBaseData.xml
-When the lower resolution level3 products were removed from the SBN this also included the removal of all Spectrum Width products, which the 4 panel no longer loaded anything in the bottom left panel (even though CC was still there)
-I added the option to first check for SW and then if that didn't exist then to plot CC
-RadarMapMouseHandler.java
-Added the full list of Velocity products to the product2 list (so if one isn't there, it will try another)
- updated the sampling logic to only sample when it's supposed to
- added a method on DrawingPropertiesDialog to update the controls enabled if new data comes into the layer
- call the new update method when cycling through adding records, if the drawing dialog already exists