Commit graph

3 commits

Author SHA1 Message Date
ucar-tmeyer
f281d2bf79 Add FNEXRAD/NEXRCOMP Satellite gini radar ingest and display
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
2023-09-20 20:05:10 +00:00
ucar-tmeyer
e7ee1cf571 More updates to Models menu
(updating bundles, colormaps, menus, and styleRules)

GFS 1.00 Global/GFS
-----------------------
-Updated model names in derivedParameters/definitions/msl-P.xml
-Total Precip is in mm not inches
-Add TP-GFS and CP-GFS parameters to gridImageryStyleRules.xml
-Add TP-GFS and CP-GFS parameters to d2dContourStyleRules.xml
-Change default Colormap to Radar/UPC On Hour Precip
-Add colormap Radar/UPC One Hour Precip
-Add colormap Temperature F.cmap
-Add colormap Relative Humidity.xml

In grid/bundles:
sed -i ‘s/Gridded Data/gridded data/’ *xml
-In menus/gridIndex.xml - change the GFS 1.00 frame count to 41
-Add colormap NDFD Min Max Temp.cmap
-Remove Potential Vorticity for all models
-Add colormap Isentropic.cmap

GFS LAMP
------------
-Surface Temp - uses the SurfaceTempWind.xml bundle file which loads 10FHAG Wind also but LAMP doesn’t have that, only 0FHAG and surface (both V18 and V20)
-Surface Temp Error
  -Legend wasn’t correct, removed the max/min from styleRules
  -Changed Winds to FHAG 0.0 instead of 10.0
-Missing MSL-P (both V18 and V20)
-DewpointTempError
  -Removed whole colormap/ranges in styleRules
-Visibility - no min/max on legend
  -Fix Visibility styleRules, change to LINEAR, add ranges, add labeling
  -Remove colormap settings in bundle
-Categorical Lightning & Convection
  -Remove colormap settings in bundle
  -Add new styleRules
-Lightning & Convection Probability
  -Remove colormap settings in bundle
  -Add new styleRules

HRRR
-------
-Need to add a new menu (HRRRFamilies.xml) that removes some products we don’t have for HRRR

Comparison Families
---------------------
-MSLP
  -Updated bundle to set HRRR and RAP13 to true for visibility when plotting
  -Updated bundle to use “RAP13” instead of “RAP-13km”

National Blend
----------------
-2m Temp and 10m Wind
  -No 10m Wind so changing to surface wind

HFR - Ocean Sfc Wind
----------------------
-Removed colormap info from HFR.xml bundle
-Added colormap info to gridImageryStyleRules.xml

WW3 Models (FNMOC, NOAA, NCEP)
------------------------------
No data (both V18 and V20)
Remove from menus (comment out)

ESTOFS
-----------
-Tidal Height
  -Remove colormap info from ETSRG.xml
  -Added rest of colormap info to styleRules

General:
------------
-gridIndex.xml
  -Commented out WW3 products since we’re not receiving that data
  -Removed the bottom NDFD submenu since already in the menu
-allFamilies.xml
  -Remove potential vorticity

To Do:
-Fix Vorticity for GFS20, GFS1p0, NAM12, NAM40, and RAP13 (only works for HRRR)
-GFS models - fix surface precip
-GFS models - fix missing MSL-P product
2022-12-21 20:40:57 +00:00
ucar-tmeyer
9b876b5319 Initial commit 2022-05-05 12:34:50 -05:00