Commit graph

151 commits

Author SHA1 Message Date
ucar-tmeyer
01781ec0dc Update AWIPS build version from 20.3.2-0.1 to 20.3.2-0.2 2023-03-30 19:26:28 +00:00
tiffanycmeyer13
7acc6bf766
Merge pull request #515 from srcarter3/unidata_20.3.2
Improve WWA performance
2023-03-30 11:52:56 -05:00
srcarter3
75ec17f61d
Merge pull request #517 from tiffanycmeyer13/menu_updates
Removed products from menus that are no longer relevant
2023-03-29 17:00:06 -06:00
ucar-tmeyer
489322343a Removed products from menus that are no longer relevant
-NCEP/Hydro-->SPC Convective Outlooks:
  -Thunderstorm Prob
  -Severe Thunderstorm Prob
  -Day 4-8 Composite Severe Outlook
2023-03-29 21:51:01 +00:00
srcarter3
54e0274844 Additional small changes for WWA layer
- check the values() array for null, before attempting to cycle through it
- calculate the text positions the first time the display strings are created
- set the current zoom after drawing all the entries
2023-03-29 11:09:00 -07:00
srcarter3
7e7ff7e1e6 One more WWA change to go with the previous performance change
- text location needs to be recalulated with different zoom levels
2023-03-28 16:52:32 -07:00
srcarter3
fe81f4ba69 Improve WWA performance
AbstractWWAResource
- cache current frame
- cache current list of WWA entries
- add color, string, and DrawableString objects to the internal WarningEntry class
- use cached information when drawing, to draw faster (paintInternal method)
2023-03-27 15:09:01 -07:00
srcarter3
0e811947f9
Merge pull request #514 from tiffanycmeyer13/unidata_20.3.2
Number of small fixes based on feedback
2023-03-24 13:11:56 -06:00
ucar-tmeyer
8d0323c2f3 Number of small fixes based on feedback
-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)
2023-03-24 15:07:10 +00:00
srcarter3
080b7dbd11
Merge pull request #512 from tiffanycmeyer13/unidata_20.3.2
WW3 pqact entry updates and re-enabling the menu for the NCEP Global WW3
2023-03-21 18:03:47 -06:00
ucar-tmeyer
3a5d8051f0 WW3 pqact entry updates and re-enabling the menu for the NCEP Global WW3 2023-03-21 22:29:03 +00:00
srcarter3
f3497c8013
Merge pull request #510 from tiffanycmeyer13/unidata_20.3.2
Updated the "About" text for CAVE
2023-03-16 11:30:52 -06:00
ucar-tmeyer
2af77fcbb8 Updated link to be correct 2023-03-16 17:21:49 +00:00
ucar-tmeyer
c9ef6799b7 Updated the "About" text for CAVE 2023-03-16 17:12:56 +00:00
srcarter3
d22a2c2c0f
Merge pull request #509 from tiffanycmeyer13/unidata_20.3.2
Updates to the naming of postgres logs from day to date.
2023-03-14 11:33:12 -06:00
ucar-tmeyer
7e2e3cd5e5 Updates to the naming of postgres logs from day to date. 2023-03-14 17:27:30 +00:00
srcarter3
f3ee59d0ad
Merge pull request #506 from tiffanycmeyer13/unidata_20.3.2
Updates to be able to export project from Windows
2023-03-13 18:29:07 -06:00
tiffanycmeyer13
3cbec3c15c
Merge pull request #508 from srcarter3/unidata_20.3.2
Updates to the import gis dialog
2023-03-07 15:10:07 -06:00
srcarter3
1d93307c66 Updates to the import gis dialog
- 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
2023-03-07 10:10:14 -08:00
srcarter3
ca25114ddc
Merge pull request #507 from tiffanycmeyer13/unidata_20.3.2-java_build_changes
Updates to solve java compiler errors
2023-03-06 15:23:54 -07:00
Tiffany Meyer
c3a16f83d7 Updates to solve java compiler errors 2023-03-06 13:39:43 -06:00
Tiffany Meyer
9caffa01be Updates to be able to export project from Windows 2023-03-06 13:33:26 -06:00
ucar-tmeyer
f7a297164d Couple scripts and updates to create the CAVE only rpm release and new awips_install-v20.sh script 2023-02-21 20:05:03 +00:00
ucar-tmeyer
91b05aa491 Changed the MRMS products default colormaps to gridded data instead of Gridded Data 2023-02-17 18:26:44 +00:00
ucar-tmeyer
fe729bf990 Change the default wgrib2 location when running the command since we aren't distributing it 2023-02-17 18:24:34 +00:00
srcarter3
7b6fc19994
Merge pull request #18 from tiffanycmeyer13/unidata_20.3.2-updates
Small update to the modes.xml file
2023-02-13 11:24:32 -07:00
ucar-tmeyer
45c710250b Small update to the modes.xml file 2023-02-10 21:36:43 +00:00
srcarter3
149709987f
Merge pull request #17 from tiffanycmeyer13/unidata_20.3.2-WWAupdates
Updated Obs/Surface Menu
2023-02-06 14:05:19 -07:00
ucar-tmeyer
7a38489e53 Updated Obs/Surface Menu
-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
2023-02-06 20:59:04 +00:00
srcarter3
5c7510f04e
Merge pull request #16 from tiffanycmeyer13/unidata_20.3.2-WWAupdates
WWA Updates for Unidata specific changes (manually merged v18.2.1 cha…
2023-02-06 11:28:19 -07:00
ucar-tmeyer
e8ba091657 WWA Updates for Unidata specific changes (manually merged v18.2.1 changes to v20)
-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
2023-02-03 16:11:22 +00:00
srcarter3
2111815b7a
Merge pull request #14 from tiffanycmeyer13/unidata_20.3.2-updates
Updates to linux CAVE start up to remove access print statements and …
2023-01-31 14:50:10 -07:00
ucar-tmeyer
449cfcf2a0 Minor update to cave-eclipse path 2023-01-31 21:41:15 +00:00
ucar-tmeyer
d19b106c12 Updates to linux CAVE start up to remove access print statements and default locations 2023-01-31 18:41:04 +00:00
srcarter3
a430ff885a
Merge pull request #13 from tiffanycmeyer13/unidata_20.3.2-updates
Updated the model names in the volume browser to the names EDEX uses
2023-01-31 11:18:27 -07:00
ucar-tmeyer
89050d575d Updated the model names in the volume browser to the names EDEX uses 2023-01-31 16:57:00 +00:00
srcarter3
ec4c0cd1b8
Merge pull request #12 from tiffanycmeyer13/unidata_20.3.2-updates
Updates to CAVE/EDEX builds
2023-01-30 15:07:20 -07:00
ucar-tmeyer
39c7a30709 Updated AWIPS Release to our beta naming convention 20.3.2-0.1 2023-01-30 19:42:50 +00:00
ucar-tmeyer
fc784ebf05 Updated CAVE Startup Defaults
-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
2023-01-30 19:39:54 +00:00
ucar-tmeyer
e36855933a Consoildated modes into one modes.xml file
(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.
2023-01-30 19:20:47 +00:00
tiffanycmeyer13
6ede8de665
Merge pull request #11 from tiffanycmeyer13/unidata_20.3.2-updates
A few post-install updates that can be the defaults.
2023-01-30 13:19:01 -06:00
ucar-tmeyer
a75d4a1af3 A few post-install updates that can be the defaults.
-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
2023-01-26 19:53:19 +00:00
srcarter3
9312958cf1
Merge pull request #10 from tiffanycmeyer13/unidata_20.3.2-updates
Removed LDAD surface obs and added GOES-R Viz plugin to awips.product…
2023-01-24 08:32:06 -07:00
ucar-tmeyer
a9db8e6eb5 Removed LDAD surface obs and added GOES-R Viz plugin to awips.product for RPM building 2023-01-24 14:58:33 +00:00
tiffanycmeyer13
af0f46db5b
Merge pull request #9 from tiffanycmeyer13/unidata_20.3.2-updates
Changed RPM Vendor name to be system default instead of "Raytheon"
2023-01-24 08:52:49 -06:00
ucar-tmeyer
e1e201fc7d Minor updates to component.spec files 2023-01-23 21:03:58 +00:00
ucar-tmeyer
551925c84b Changed RPM Vendor name to be system default instead of "Raytheon" 2023-01-23 20:38:50 +00:00
srcarter3
845c878de6
Merge pull request #8 from tiffanycmeyer13/thin_client_updates
Default CAVE/Thin Client setup with Alertview
2023-01-04 10:53:45 -07:00
srcarter3
c9d0825fbf
Merge pull request #7 from tiffanycmeyer13/cave_start_changes
Update Model Menus and Bundles, Add edex goesr feature to build
2023-01-03 18:50:27 -07:00
ucar-tmeyer
1425960233 The goesr feature had to be added to CAVE in order to be built
*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
2023-01-03 19:15:24 +00:00