awips2/edexOsgi/com.raytheon.uf.edex.plugin.grid
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
..
esb/etc Initial commit 2022-08-04 12:40:13 -05:00
META-INF Initial commit 2022-08-04 12:40:13 -05:00
res/spring Initial commit 2022-08-04 12:40:13 -05:00
src/com/raytheon/uf/edex/plugin/grid Initial commit 2022-08-04 12:40:13 -05:00
utility/common_static/base Fix Vorticity (AV) unit issue 2023-10-17 13:55:58 +00:00
.classpath Initial commit 2022-08-04 12:40:13 -05:00
.project Initial commit 2022-08-04 12:40:13 -05:00
build.properties Initial commit 2022-08-04 12:40:13 -05:00
com.raytheon.uf.edex.plugin.grid.ecl Initial commit 2022-08-04 12:40:13 -05:00