Commit graph

1219 commits

Author SHA1 Message Date
Shay Carter
7fa836b24c Small change for WWA functionality
SPS.xml
- enabled sampling for SPS

WWADrawingPropertiesAction
- modified isHidden() to only show for watches and warning resources, but not for CWASPSResources
2022-03-17 10:34:59 -06:00
Shay Carter
c5fbae1363 Update for WWA drawing and small update for Warngen
WarngenDialog
- changed the button layout at the bottom to have 2 columns instead of 3, so the buttons are centered now

AbstractWWAResource.java
- Add Default value variables for the outline, shape, text, and time displays for warnings, watches, and advisories
- Add display variables for outline, shape, text, and time displays for warnings, watches, and advisories and initialize them to the default values
- Add an instance of the new DrawingPropertiesDialog so it can be disposed of properly when needed
- modified the paintInternal method
	- set the inital drawing booleans to true
	- if the record is not null and has a sig, set the drawing booleans based on their specific display booleans
	- if the entry is not null, try to draw both the shape and the outline if their respective booleans and objects are not null
	- get both the outline style and outline width from the outline capability and use that to draw the outline
	- use the text and time booleans to set the textToPrint properly and only draw what is selected
- in disposeInternal() if the drawingDialog is not null, hide it and then set it to null so it's disposed of properly when a resource is unloaded
- add setters and getters for all the display booleans and the display dialog as well

WarningsResource.java
- in initShape() add a fill (shadedshape) and outline (wireframeshape) to every entry

WatchesResource.java
- in initShape() add a outline (wireframeshape) to every entry also (already added a fill)

WouWcnWatchesResource.java
- in initShape() add a outline (wireframeshape) to every entry also (already added a fill)

WWAResourceData.java
- added a method to get the resource name (this way you can get the name without the time text appended to the end, which is useful for setting a subtitle in the drawing dialog)

DrawingPropertiesDialog.java
- created a new CAVESWTDialog that is used in the resource menu for WWA resources
- this dialog contains options for outline, fill, text, and time displays for Warnings, Watches, and Advisories

WWADrawingPropertiesAction
- created a new resource menu action that creates and assigns a new DrawingPropertiesDialog to the associated wwa resource

plugin.xml
- added the WWADrawingPropertiesAction as an "extension" at the "contextualMenu" for the option to display for WWAResource resource menus
2022-03-16 14:39:50 -06:00
Tiffany Meyer
e7882d31c6 New NDM updates on 20220310-12:54:26 - autogenerated 2022-03-10 12:54:48 -07:00
srcarter3
cad7a1e08e
Merge pull request #430 from tiffanycmeyer13/unidata_18.2.1
Updates for 18.2.1-5
2022-03-10 11:33:03 -07:00
Tiffany Meyer
8580b8a466 GOES Updates
* Renamed VIIRS menu to "Polar Orbiting Satellites"
* Updated pqact/ldmd to request and store Stitched GLM data (not yet on Unidata's IDD)
* Added East-Meso sector to Fire/Hot Spot sectors
* Commented out old styleRules for CAPE that was matching to
2022-03-08 11:46:58 -05:00
Tiffany Meyer
6e1a33eb07 Updated the awips2-nasa repo which was incorrectly labeled, however we don't currently use this repo 2022-03-08 11:03:22 -05:00
Tiffany Meyer
4974445d8d Updated splash.bmp and .gitignore 2022-03-08 11:00:07 -05:00
Tiffany Meyer
b49c086ec0 Added a few print statements and uncommented copying of awips_install-[DATE].sh to fserv 2022-03-08 10:58:51 -05:00
tiffanycmeyer13
ab1ad1aec9
Merge pull request #429 from srcarter3/website-updates
Add link for latest AWIPS Tips (NUCAPS Soundings)
2022-03-04 10:04:20 -06:00
Shay Carter
492b7923c0 Add link for latest AWIPS Tips 2022-03-02 16:20:11 -07:00
srcarter3
8f640a219f
Merge pull request #428 from tiffanycmeyer13/unidata_18.2.1
NDM Update - adding a git pull after reset
2022-02-23 10:52:58 -07:00
Tiffany Meyer
558fe1254b Merge branch 'unidata_18.2.1' of github.com:Unidata/awips2 into unidata_18.2.1 2022-02-23 11:58:01 -05:00
Tiffany Meyer
2fb4ef2bf2 Added a git pull after the reset for NDM updates. 2022-02-23 11:55:50 -05:00
Tiffany Meyer
fd03aa7057 New NDM updates on 20220223-14:52:01 - autogenerated 2022-02-23 14:52:36 +00:00
srcarter3
e2a18bddef
Merge pull request #427 from tiffanycmeyer13/unidata_18.2.1
Changed AWIPS Build Release from 4 to 5
2022-02-22 12:27:31 -07:00
Tiffany Meyer
9a436256a4 Changed AWIPS Build Release from 4 to 5 2022-02-22 14:15:46 -05:00
srcarter3
112388912c
Merge pull request #426 from tiffanycmeyer13/docChanges
Docs Update - Updated version of Windows Linux VM
2022-02-17 10:06:16 -07:00
Tiffany Meyer
dc21668d0b Docs Update - Updated version of Windows Linux VM 2022-02-16 16:24:28 -05:00
srcarter3
a7b4f81291
Merge pull request #424 from tiffanycmeyer13/unidata_18.2.1
Added back in (from a previous branch) the gfeConfig file so the grid…
2022-02-14 12:25:23 -07:00
Tiffany Meyer
f86c1e33bb Added back in (from a previous branch) the gfeConfig file so the grids will process in GFE
*NOTE: Commented out all references of ETSS since we are localized as OAX and no storm surge is expected
*Currently processing RAP13, HRRR, HPCGuide, and NationalBlend
2022-02-11 18:31:02 -05:00
srcarter3
f38a6fc1a7
Merge pull request #423 from tiffanycmeyer13/unidata_18.2.1
Model menu changes, National Blend Models Updates
2022-02-11 16:07:44 -07:00
Tiffany Meyer
74a1de90b3 Added NationalBlend model to the volume browser sources
*NOTE: this is a CAVE side change
2022-02-11 15:38:03 -05:00
Tiffany Meyer
29d827a362 Updated Models Menu
*Restructured index.xml to point to gridIndex.xml so we could add xml seperators and titles
*Removed Precipitation Accumulation from most models (except GFS)
*Re-ordered models, moved models that we aren't ingesting to the bottom
*Labeled the Digital Forecasts and Mesoscale Analysis models
*Updated the HeightComparison.xml to include model names that we are using
  -GFS-->GFS20
  -NAM12 --> NAM40
  -Uncommented HRRR
  -Still exiting but we dont have data: NAVGEM, UKMET-Global, ECMF-Global
*For NBM, RTMA, URMA
  -Created new PrecipAccum.xml bundle file where you can pass in the level variable
  -Updated the TP value to reflect which precip accumulations were used
  -Increased the frame count from 2 to 10
*Updated
2022-02-11 15:26:57 -05:00
Tiffany Meyer
08406a6f3c Merge branch 'unidata_18.2.1' of github.com:Unidata/awips2 into unidata_18.2.1 2022-02-11 12:15:09 -05:00
tiffanycmeyer13
a07510e219
Merge pull request #422 from srcarter3/website-updates
Update Educational Resources Page:
2022-02-11 11:13:16 -06:00
Shay Carter
ddbefac8ff Update Educational Resources Page:
- add entry for latest AWIPS Tips (edex data retention)
2022-02-11 10:05:51 -07:00
Tiffany Meyer
a1d9c25720 Added HDS to the feedtype for National Blended Models dataset 2022-02-08 12:54:24 -05:00
Tiffany Meyer
26481c50c7 New NDM updates on 20220127-21:28:20 - autogenerated 2022-01-27 21:28:33 +00:00
tiffanycmeyer13
a29295d86a
Merge pull request #420 from srcarter3/website-updates
Update ed resources page:
2022-01-27 11:33:32 -06:00
Shay Carter
5d988ec7b6 Update ed resources page:
- add new link for latest awips tips entry
2022-01-26 16:11:53 -07:00
srcarter3
d2e91bfeb4
Merge pull request #419 from srcarter3/website-updates
Small update to ed res page:
2022-01-24 13:39:28 -07:00
Shay Carter
b2572f4b38 Small update to ed res page:
- use new moodle site for Learn AWIPS CAVE (updated links)
2022-01-24 13:22:13 -07:00
srcarter3
e5309cc55d
Merge pull request #418 from tiffanycmeyer13/docChanges
Added wording stating CentOS7 End of Life isn't until June 30, 2024 (…
2022-01-20 17:32:13 -07:00
Tiffany Meyer
d42ddcc30e Added wording stating CentOS7 End of Life isn't until June 30, 2024 (even though CentOS8 has reached End of Life on Dec 31, 2021) 2022-01-20 18:53:43 -05:00
tiffanycmeyer13
6f0b9c7e71
Merge pull request #417 from rmcsqrd/patch-2
fix purging typo
2022-01-14 12:27:16 -06:00
Rio McMahon
ad2579dd8f
fix purging typo 2022-01-14 11:24:41 -07:00
tiffanycmeyer13
b25333eb58
Merge pull request #416 from srcarter3/unidata_18.2.1
Small change to educational resources page:
2022-01-12 14:26:46 -06:00
Shay Carter
6da6b04e34 Another small educational resources page update:
- added link for the 18.2.1-3 release
2022-01-12 13:12:44 -07:00
Shay Carter
23d70a5d9d Small change to educational resources page:
- add link for latest awips tips blog entry
2022-01-12 13:01:28 -07:00
srcarter3
523a2b26e6
Merge pull request #415 from tiffanycmeyer13/unidata_18.2.1
Updates to the awips_install.sh script
2022-01-11 10:02:27 -08:00
Tiffany Meyer
d8edd43dd2 Minor update to awips_install.sh to allow the user to exit out if they actually do want to backup their data 2022-01-11 12:58:04 -05:00
Tiffany Meyer
c31c24d275 Updated verson numbers for Linux CAVE and EDEX to 18.2.1-4 2022-01-11 12:18:23 -05:00
Tiffany Meyer
b654cee0b5 Updates to the awips_install.sh script
-Added checks to check for wget and rsync and install if they aren't installed
-Updated the "backup" section - gives users the option to not backup data
-Only backs up the ldm/etc and ldm/dev directories instead of the full LDM directory
-Added a line to clean the metadata in the awips2 repo (noticed some issues when installing a new build on
 a machine that previously had AWIPS installed pointing to the same location but had updated rpms).
-Added a check to remove caveData for CAVE installs
-Added a change to set the LDM_PORT for server installs
2022-01-11 11:12:05 -05:00
srcarter3
022f499816
Merge pull request #414 from tiffanycmeyer13/unidata_18.2.1
NDM Updates to fix problem with EDEX Ingest not starting
2022-01-10 10:59:51 -08:00
Tiffany Meyer
2360735d99 Change AWIPS build to 18.2.1-4 for the NDM EDEX Ingest fix 2022-01-10 13:44:12 -05:00
Tiffany Meyer
1b58a591b8 Merge branch 'unidata_18.2.1' of github.com:Unidata/awips2 into unidata_18.2.1 2022-01-10 13:40:43 -05:00
Tiffany Meyer
e3e65148cf Updates to NDM
User was having problems with EDEX Ingest starting on a new build (https://github.com/Unidata/awips2/issues/412), and we were able to replicate on a brand new Linux Server.

-Removed the ingest files from the com.raytheon.uf.edex.ndm.dataplugin since they are now in the com.raytheon.uf.edex.ndm plugin
    -IDataSetIngester.java
    -INationalDatasetSubscriber.java
    -NationalDatasetIngester.java
-Added a few new entries in ndm-dataplugin-ingst.xml
-Removed a key line that was setting the ndmProc as the dataplugin NationalDatasetIngester (since it's no longer used here)
-Added in a new java class referenced in the ndm-data-plugin.xml (Import88DLocationsUtil.java)
-I also updated the source JRE System Library from JavaSE 1.6 --> 1.8 for the com.raytheon.uf.edex.plugin.loctables plugin
2022-01-10 13:33:29 -05:00
tiffanycmeyer13
e4903c0ea5
Merge pull request #413 from srcarter3/unidata_18.2.1
Small changes to our website documentation wrt EDEX
2022-01-05 13:28:47 -06:00
Shay Carter
00d02ea83a Small change for edex docs 2022-01-05 12:27:42 -07:00
Shay Carter
cdf1a1d086 More small edex doc changes 2022-01-05 12:25:12 -07:00