Commit graph

1197 commits

Author SHA1 Message Date
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
Shay Carter
83e7dc2ad6 Small changes to our website documentation wrt EDEX
- make it clear that the `edex` command should be run as user awips
2022-01-05 10:31:01 -07:00
srcarter3
3b467b1591
Merge pull request #409 from srcarter3/unidata_18.2.1
Changes to website documentation for upcoming 18.2.1-3 release:
2021-12-29 07:21:31 -08:00
Shay Carter
37f31f5e88 Changes to website documentation for upcoming 18.2.1-3 release:
- changes to Procedures and Displays webpage: removed all mention of the word bundle
- updated procedures and displays bundles to match latest CAVE UI
- updated the CAVE and EDEX install pages with the latest version number
2021-12-28 10:43:18 -08:00
tiffanycmeyer13
37b7ef9373
Merge pull request #406 from srcarter3/main-updates
Fix one more tooltip issue with procedures menu items
2021-12-28 10:41:51 -06:00
Shay Carter
63dfffecde Fix one more tooltip issue with procedures menu items 2021-12-28 08:36:38 -08:00
srcarter3
dcaeea42a6
Merge pull request #403 from tiffanycmeyer13/unidata_18.2.1
Update WWA files for new Snow Squall Warning (SQ.W)
2021-12-28 08:07:52 -08:00
Tiffany Meyer
98f687e5b3 Update WWA files for new Snow Squall Warning (SQ.W) 2021-12-28 09:11:47 -05:00
srcarter3
878aee40f6
Merge pull request #399 from tiffanycmeyer13/unidata_18.2.1
CAVE updates to Watches,  Warnings, and Advisories
2021-12-27 11:21:59 -08:00
Tiffany Meyer
c5ea024b82 CAVE updates to Watches, Warnings, and Advisories
-New bundle created  for Winter WWA
-Updated Surface Menu to add entry for Winter WWA
-Added Winter WWA and Convective WWA to the "All Weather Statements" bundle file
2021-12-27 13:57:19 -05:00
tiffanycmeyer13
41ce64f1b6
Merge pull request #398 from tiffanycmeyer13/unidata_18.2.1
MRMS, Grib2, and CAVE Name Updates
2021-12-23 10:05:02 -06:00
Tiffany Meyer
e2820cfeed Grib changes:
-Changed some of the default values for grids so it will process MRMS better/faster (ingestGrib.sh)
-Changed the storing of CONUS MRMS to be concatenated instead of individual files to process faster (pqact.conf and pqact.mrms)
2021-12-22 14:26:47 -05:00
Tiffany Meyer
6294cbaf45 Changed the launcher name from lowercase cave to uppercase CAVE 2021-12-22 14:22:55 -05:00
srcarter3
97a309da0a
Merge pull request #395 from tiffanycmeyer13/unidata_18.2.1
AWIPS Version 18.2.1-3 File Updates and fixing NDM rpm
2021-12-20 15:51:36 -08:00
Tiffany Meyer
56452a542d Updates to create the RPM that installs the NDM files 2021-12-20 18:40:36 -05:00
Tiffany Meyer
7aa0d1c310 Updating files to version 18.2.1-3 2021-12-20 18:38:01 -05:00
tiffanycmeyer13
ce99187c3f
Merge pull request #394 from srcarter3/unidata_18.2.1
Small updates to WargenDialog
2021-12-20 17:26:08 -06:00
Tiffany Meyer
68a4ca20e9 Add history comment for previous commit 2021-12-20 16:18:03 -07:00
Tiffany Meyer
32d0ffbab9 Small changes to WarngenDialog class:
- check for null before setting the layout data to avoid an exception (only showing up on mac)
- set all the other compenents to false for vertical expansion so when resizing, the priority goes exclusively to the bullet list
2021-12-20 16:14:51 -07:00
srcarter3
50bd2ee65e
Merge pull request #391 from srcarter3/unidata_18.2.1
Fix capitalization for a title of a awips tip blog on ed res page
2021-12-14 12:08:55 -07:00
Shay Carter
ec646dbb35 Fix capitalization for a title of a awips tip blog on ed res page 2021-12-14 12:07:30 -07:00
srcarter3
6cdb75f0c9
Merge pull request #390 from tiffanycmeyer13/unidata_18.2.1
Minor NDM updates
2021-12-14 11:18:51 -07:00
Tiffany Meyer
669ab4a63e Updated logic to check for current awips version 2021-12-14 11:09:52 -05:00