You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Hello, thank you for reaching out! Our team doesn't have the bandwidth to add new features at the moment but we are an open source project and welcome contributions via pull requests. We are happy to provide guidance or answer follow up questions.
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.
The text was updated successfully, but these errors were encountered: