Commit graph

13 commits

Author SHA1 Message Date
ucar-tmeyer
4c562ba78b Updated request to idd instead of internal idd-relay 2023-05-23 17:16:44 +00:00
ucar-tmeyer
ae1776a306 Created specific ldmd.conf files for our separate EDEX systems (main, radar, sat) so we weren't pulling more data than needed 2023-05-23 16:55:43 +00:00
ucar-tmeyer
4dfe5210bd Reimplement NDM auto updates
-New ndm directory that will work with github actions to auto update
-Script to pull latest updates based on repo
-Cron entry to run script
-Log file added
-Changes to component.spec to install all of this correctly
2023-05-17 18:16:53 +00: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
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
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
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
ucar-tmeyer
ba196f94e1 Changed the alias cave to run cave.sh, not run.sh since it's no longer used 2023-01-03 17:44:41 +00:00
Tiffany Meyer
d0ecd70da7 Added in new HRRR Smoke Products
-Added HRRR-Smoke domain to the gribModels_NCEP-7.xml
-Added new HRRR-Smoke products to the grib tables
    4.2.0.4.table
	4.2.0.20.table
-Added new entry in ldmd.conf and pqact.conf to request and store data
-New LDM script to process the HRRR Smoke products (changeHrrrSmokeProcessId.sh)
-Added new menu entry in the models menu for the new products
-Added new styleRules for the new products
-Added new bundle files for the new products
-Added new colormaps for the new products

Conflicts:
	edexOsgi/com.raytheon.edex.plugin.grib/utility/common_static/base/grib/models/gribModels_NCEP-7.xml
	edexOsgi/com.raytheon.uf.common.dataplugin.grid/utility/common_static/base/grid/dataset/alias/d2d-title.xml
	edexOsgi/com.raytheon.uf.edex.plugin.grid/utility/common_static/base/menus/grid/hrrrSmokeProducts.xml
	edexOsgi/com.raytheon.uf.edex.plugin.grid/utility/common_static/base/menus/grid/index.xml
	edexOsgi/com.raytheon.uf.edex.plugin.grid/utility/common_static/base/purge/gridPurgeRules.xml
	edexOsgi/com.raytheon.uf.edex.plugin.grid/utility/common_static/base/styleRules/gridImageryStyleRules.xml
	rpms/awips2.upc/Installer.ldm/patch/etc/ldmd.conf
	rpms/awips2.upc/Installer.ldm/patch/etc/pqact.conf
2022-12-21 23:23:26 +00:00
ucar-tmeyer
1d64c5ed08 Couple more LDM updates
-Added rpm dependencies for awips2-ldm
-Commented out the HRRR Smoke product in pqact.conf
-Changed the ldmd.conf file to request from idd.unidata.ucar.edu
2022-10-26 14:26:30 -07:00
ucar-tmeyer
218e3e4fdc Updated the checkFileTime.pl script to use the NWS version of notifyAWIPS instead of Unidatas.
TO DO:
Change this back to Unidata's version when we have python-awips working
2022-10-18 18:44:10 -07:00
ucar-tmeyer
4df4e3cfcf LDM Updates
-Updated component.spec file to use the patch script for pqact
-Updated cron to use the NWS qpidNotify for concatenated model data

TO DO:
-Need to change the awips cron to use our script once python-awips is built
-Need to uncomment a line in the cron
2022-10-18 08:40:55 -07:00
ucar-tmeyer
4f090d7a40 LDM Build RPM Updates
------------------------------
Moved the Installer.ldm to awips2.upc (previously in the nativelib repo) and combined from two separate ldm rpms to one
Updated build of LDM to 6.13.14
lookupRPM.sh - added awips2-ldm here and gave it the new path to component.spec
rpms/build/x86_64/build.sh - uncomment buildRPM awips2-ldm
completely updated the component.spec file to build with the paths we wanted
2022-09-22 12:35:17 -07:00