Unidata / tds

THREDDS Data Server
https://docs.unidata.ucar.edu/tds/5.0/userguide/index.html
BSD 3-Clause "New" or "Revised" License
64 stars 26 forks source link

Feature Request: Add new palettes without having to restart tomcat / webapplication #432

Open ashokgj opened 9 months ago

ashokgj commented 9 months ago

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.

mnlerman commented 9 months ago

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.