Commit graph

1300 commits

Author SHA1 Message Date
Shay Carter
4fdfc7ffa1 Small update to WWAs
- add a new display option for showing/hiding sampling for each of the WWAO records
2022-06-28 11:10:26 -06:00
tiffanycmeyer13
1cd2e8cd51
Merge pull request #463 from srcarter3/unidata_18.2.1
Changed Warngen Toolbar button to have yellow background
2022-06-27 11:12:11 -06:00
Shay Carter
6aaae0163e Changed Warngen Toolbar button to have yellow background
icons/warngen.gif
- copied this icon from the warngen plugin (com.raytheon.viz.warngen/icons) which is where the NWS version sets this button

plugin.xml
- created a new toolbar section for the warngen button (because otherwise all icons in the same section have the same width, so this makes the nsharp and browser icons way wider than they should be)
- moved the warngen command into this new toolbar section, and set the icon on the command and removed the label (this is because you can't simply set the background for the button, so this gives it the desired yellow background)
2022-06-24 17:33:04 -06:00
tiffanycmeyer13
7f8f0b4f41
Merge pull request #462 from srcarter3/unidata_18.2.1
Changes to the WWA layers
2022-06-24 16:01:14 -06:00
Shay Carter
e9adbd7501 Changes to the WWA layers
AbstractWWAResource.java:
- added variables for 'statements/other' types
- added variables for controlling the "enabled" state of the display options
- created constants for the significance values of watches, warnings, and advisories since they're used in multiple places
- use the "other" display variables if the significance does not match watches, warnings or advisories
- in the addRecord() method, add logic to enable the corresponding record type display options.  This allows only the applicable display options to be enabled to help with clarity for layers that only load watches for example, or only load warnings, or in SPS case, only use the 'other' options
- add getters and setters for the 'other' display variables
- add getters for the "enable" variables so the dialog can properly set the gui components

CWAPSResource.java:
- in the initShape() method, always create both the wireframeShape (outline) and shadedShape (fill) and let the user decide if they want to use them or not

DrawingPropertiesDialog.java:
- add components for 'statements/other' display settings
- move the "watch" controls to the top of the dialog
- set the enabled status of the controls when creating the dialog
- add methods for setting the enabled components of the watches, warnings, advisories, and other components, individually

WWADrawingPropertiesAction.java:
- don't hide the drawing properties dialog for CWASPResources anymore now that we have "other" controls to control the graphics for this layer
2022-06-24 14:54:09 -06:00
tiffanycmeyer13
bc6cde3eff New NDM updates on 20220623-06:07:01 - autogenerated 2022-06-23 06:07:02 +00:00
tiffanycmeyer13
21a1f6d863
Merge pull request #461 from srcarter3/website-updates
Small update to Ed Res Page for latest awips tips
2022-06-22 12:34:57 -06:00
Shay Carter
c76cdcb181 Small update to Ed Res Page for latest awips tips
-added link for newest tip about metars python-awips
2022-06-22 11:44:35 -06:00
srcarter3
73fe2ccc3e
Merge pull request #460 from tiffanycmeyer13/unidata_18.2.1
Minor updates that were changed that hadn't been checked in
2022-06-22 09:56:24 -06:00
Tiffany Meyer
2dd0279db7 Updating RadarMapMouseHandler (nexrad display radar selection) and associated radar bundles to try all reflectivity and velocity product numbers and changing the individual radar bundle files to use the constraint "IN" instead of "EQUALS".
Originally these files only included product ID's #94 (Z) and #99 (V) but when NOAAPort removed these lower resolution level3 products and replaced them with the higher resolution (#153 - Z and #154 - V) level3 files no data was able to load. I changed it so it would try all Z/V product codes and load the highest resolution for what is available.
2022-06-21 14:48:39 -04:00
Tiffany Meyer
fd0a0df830 This was an LDM rpm building change that needed to be made so the ldmlogrotate was no longer used. 2022-06-21 10:07:35 -04:00
Tiffany Meyer
6ce3fa712b Adding the Visibility GFSLamp product to the menu (as per reqeusted by a user) - this change was made manually to EDEX2 on May 10, 2022 (and just today propogated to EDEX1, and both JS2 EDEX's. 2022-06-21 10:05:28 -04:00
tiffanycmeyer13
5f5546a920 New NDM updates on 20220616-06:06:10 - autogenerated 2022-06-16 06:06:12 +00:00
tiffanycmeyer13
b28d0321d0
Merge pull request #459 from srcarter3/website-updates
Updated links to common-problems page
2022-06-14 16:05:56 -06:00
Shay Carter
0a79fa35a2 Updated links to common-problems page
- a little while ago I moved the location of the common problems page from install/ to appendix/ which broke a few links
2022-06-14 16:00:15 -06:00
tiffanycmeyer13
f7e3dccf02 New NDM updates on 20220614-06:06:29 - autogenerated 2022-06-14 06:06:29 +00:00
tiffanycmeyer13
90a4fd10cc New NDM updates on 20220609-06:06:29 - autogenerated 2022-06-09 06:06:30 +00:00
tiffanycmeyer13
47f325dd05
Merge pull request #458 from srcarter3/website-updates
Small update to Ed Resources webpage
2022-06-08 17:00:48 -06:00
Shay Carter
3d7f8f51e7 Small update to Ed Resources webpage
- added link for most recent AWIPS Tips blog about using Warngen to Draw Convective Warnings
2022-06-08 16:13:37 -06:00
tiffanycmeyer13
31b2fe12df New NDM updates on 20220604-06:08:35 - autogenerated 2022-06-04 06:08:36 +00:00
tiffanycmeyer13
577e7f91f5 New NDM updates on 20220603-06:06:26 - autogenerated 2022-06-03 06:06:26 +00:00
srcarter3
91fc398a5b
Merge pull request #457 from srcarter3/website-updates
Small changes to Common Problems webpage:
2022-05-31 11:54:02 -06:00
Shay Carter
81ae5d3c1f Small changes to Common Problems webpage:
- updated existing "note" to use proper format
- added a "warning" about the IPv6 configuration -- this has to be done with *each* connection (if you are frequently switching between connections) in order for cave to run properly
2022-05-31 11:35:14 -06:00
tiffanycmeyer13
8f5e3a1b14 New NDM updates on 20220528-06:06:30 - autogenerated 2022-05-28 06:06:31 +00:00
tiffanycmeyer13
c24e159414
Merge pull request #456 from srcarter3/website-updates2
Small documentation changes:
2022-05-26 14:16:02 -06:00
Shay Carter
ed9004abe0 Small documentation changes:
- Added a "home" icon for near the top left of the documentation website (there was always a link but it didn't have an icon before, quite strange)
- removed the previous javascript application.js override, because now this is updated and produced correctly in the mkdocs-unidata theme
- updated the copyright from 2020 to 2022
2022-05-26 16:06:33 -04:00
tiffanycmeyer13
5e772bec3a New NDM updates on 20220526-06:06:16 - autogenerated 2022-05-26 06:06:16 +00:00
tiffanycmeyer13
975a6ef671
Merge pull request #454 from srcarter3/website-updates
A few small documentation updates:
2022-05-19 10:35:37 -06:00
Shay Carter
20ad9d88a0 Fixed misspelling of disappeared 2022-05-19 10:29:53 -06:00
Shay Carter
0c52084b94 A few small documentation updates:
- moved the location of the common-problems.md from the install/ dir to appendix/
- added a section in common problems for disappearing configurations
- updated the cave installation instructions in the system requirements for direct windows install, to include steps on how to turn on the High DPI setting
- updated the educational resources page with our latest awips tips link
2022-05-18 15:15:16 -06:00
tiffanycmeyer13
a74cb521ca New NDM updates on 20220511-06:08:07 - autogenerated 2022-05-11 06:08:08 +00:00
tiffanycmeyer13
ab26cd5258
Merge pull request #452 from srcarter3/website-updates
Updated documentation for latest awips tips posts
2022-05-10 13:33:16 -05:00
srcarter3
f9b8be7584
Merge pull request #451 from tiffanycmeyer13/unidata_18.2.1
Small Updates to install script and upperair menu (added pirep)
2022-05-10 10:00:27 -06:00
Tiffany Meyer
6eebcf2155 Another minor update to awips_install 2022-05-10 08:08:51 -04:00
Shay Carter
f6b53f32ad Updated documentation for latest awips tips posts
- updated the educational resources page to include listings and links for "adding ecmwf data to edex" and "view wwa polygons with python-awips" awips tips entries
2022-05-09 16:54:55 -06:00
Tiffany Meyer
29662b03be Minor updates to awips_install script 2022-05-09 17:41:45 -04:00
Tiffany Meyer
5bf27d99f6 Cleaned up the awips_install script 2022-05-09 17:13:13 -04:00
Tiffany Meyer
62d9913a1c Added PIREP menu to the Upperair menu 2022-05-09 14:43:56 -04:00
Tiffany Meyer
8b18c5639e Updated awips_install.sh script to disable awips2.repo after install so AWIPS won't accidently update on a yum update 2022-05-09 14:43:34 -04:00
tiffanycmeyer13
25472b2042 New NDM updates on 20220430-06:08:03 - autogenerated 2022-04-30 06:08:04 +00:00
tiffanycmeyer13
2b1907da8a New NDM updates on 20220429-06:06:22 - autogenerated 2022-04-29 06:06:22 +00:00
tiffanycmeyer13
b54dd219f9
Merge pull request #450 from srcarter3/validTimeUpdate
Small changes to the valid time and time res dialog
2022-04-27 10:24:07 -05:00
tiffanycmeyer13
48c896802d
Merge pull request #448 from srcarter3/unidata_18.2.1
Added new DS.Y (Dust Advisory) phensig to color table
2022-04-27 10:23:50 -05:00
Shay Carter
55e5fc8707 Small changes to the valid time and time res dialog
- changed resize behavior
- only rebuild the valid time list at the beginning (does not change scroll position when selecting from either of the lists)
- changed the sorting for the valid times list.  Sort by ref time and then reverse forecast hour
2022-04-26 14:29:44 -06:00
Shay Carter
9779d3d8d4 Added new DS.Y (Dust Advisory) phensig to color table 2022-04-19 12:21:17 -06:00
srcarter3
02888d3012
Merge pull request #447 from tiffanycmeyer13/unidata_18.2.1
Updates to the awips_install.sh script
2022-04-12 12:16:47 -06:00
Tiffany Meyer
20ff5837a5 Updates to the awips_install.sh script
-Added new functions to caluclate diskspace needed to backup logs and configs
-Added new functions to backup logs and configs
-Re-worked the backup process/prompts
	-Now a user can choose to backup:
	  1. logs
	  2. configs
	  3. both logs and configs
	  4. none
	-The script now checks to see if they user has enough space to backup what they specified
-For Unidata's Jetstream EDEX's we have a check to see if the edex_upgrade.pl script exists, and if it does, then run it and it will archive the most recent logs
-Cleaned up the removal of directories in /awips2 to now only remove specific awips2 directories
2022-04-12 14:04:55 -04:00
tiffanycmeyer13
d6ccb6daa8
Merge pull request #446 from srcarter3/unidata_18.2.1
Update documentation for adding a New Grib Product
2022-04-08 15:23:49 -05:00
Shay Carter
f7c74ae1c5 Small changes to New Grid doc based on Tiffany's review:
- update the table parameter warning because our example WILL encounter this error
- update the psql query and output with additional columns
- add a note for projection types that not all fields are necessary
- update the filename for our test data since it changed
- update the name tag in the note to match the name tag example above
- add a note about default parameter table location (.../-1/-1/)
- add a few more commands to the wgrib2 section to represent all commands used on this page
2022-04-08 14:15:40 -06:00
Shay Carter
b2004381a5 Small doc changes for New Grid page, based on Tiffany's review 2022-04-08 13:13:25 -06:00