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
9 lines
403 B
XML
9 lines
403 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<nucapsConfig>
|
|
<!-- QC color model: 0: pass, 1/17: partially passed, 9/25: totally failed, and others: default.
|
|
Color names can be found at /awips2/cave/etc/colorfile/rgb.txt or use #rrggbb -->
|
|
<passed>green</passed>
|
|
<partiallyPassed>yellow</partiallyPassed>
|
|
<totallyFailed>red</totallyFailed>
|
|
<default>gray</default>
|
|
</nucapsConfig>
|