THREDDS Version: 5.5-beta
In our project, we make use of different color palettes for different netcdf files which often need updates.
Is there a way to add them without having to restart tomcat?
Instead of directly throwing the serviceException, can we have thredds to check for any new palettes with the new name requested and if not found, then throw the exception. If found, that gets added to the color cache.
This helps provide a dynamic way to add color palettes.