Mirror of Unidata's AWIPS2.
Find a file
ucar-tmeyer 540a08ada9 Fix Vorticity (AV) unit issue
This is in reference to this DR: https://vlab.noaa.gov/awips-redmine/issues/2003073

If you already have a running EDEX and need to make this change, manually update the parameters.xml and then update the database table:

update parameter set unit='/s' where unit like '1/s';
2023-10-17 13:55:58 +00:00
.github/workflows Changed action name back to normal 2023-05-25 17:48:34 +00:00
build Included the setup.sh script that is the build script that starts off the building of the RPM's. 2023-06-30 13:27:35 +00:00
cave Add functionality to delete displays 2023-10-10 15:30:15 -07:00
deltaScripts Initial commit 2022-08-04 12:40:13 -05:00
dist Add copy of CAVE only rpms to fserv to script 2023-04-21 18:12:37 +00:00
edexOsgi Fix Vorticity (AV) unit issue 2023-10-17 13:55:58 +00:00
javaUtilities Initial commit 2022-08-04 12:40:13 -05:00
localApps Initial commit 2022-08-04 12:40:13 -05:00
localization/utility/common_static Add ability to load text products in the text workstation 2023-09-13 18:11:03 +00:00
pythonPackages Initial commit 2022-08-04 12:40:13 -05:00
rpms New NDM updates on 20231011-06:07:23 - autogenerated 2023-10-11 06:07:24 +00:00
testProcedures/testDocuments Initial commit 2022-08-04 12:40:13 -05:00
tests Initial commit 2022-08-04 12:40:13 -05:00
.gitignore Minor update to cave-eclipse path 2023-01-31 21:41:15 +00:00
awips_install-v20.sh Updates to v20 installer 2023-07-10 17:25:35 +00:00