-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow xcube serve to use SNAP specific color maps #84
Comments
@forman |
Yes. But there should also be a parameter, e.g.
I don't like exposing SNAP-specifcs in the xcube interface. Better make it an implementation detail: If any color map filename has extension |
@AliceBalfanz, here is a new idea how to implement this feature: We make sure that variables use special color table attributes. These attributes are already written by the SNAP NetCDF Writer anyway. For clarification what is meant here, have a look at our xcube demo cube generated from SNAP-written NetCDFs:
If those need be overwritten, this would be best implemented in the specific SNAP input processor provided in the class SnapNetcdfInputProcessor that will be used with Then we would have to change |
Resolve in a more generic way
Other issues
|
Closed in favor of #661 |
The user wants a non linear color display, to map specific values with a predefined color.
This could be solved through making xcube serve able to import SNAP specific color maps provided by the user.
The text was updated successfully, but these errors were encountered: