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
{{ message }}
This repository has been archived by the owner on Aug 29, 2023. It is now read-only.
When turning spatial dataset variables into RGB image tiles, the variable attribute valid_range (or one of valid_min and valid_max) should be respected. Values out of that range should be treated like NaN and turned into fully transparent pixels.
Actual behavior
valid_range (or one of valid_min and valid_max) are not respected and therefore values out of that ranges are color mapped as usual.
Steps to reproduce the problem
Open Land Cover CCI NetCDF
Select variable lccs_class
See all the white areas which are actually flagged as no-data
Specifications
Cate Desktop 2.0.0-dev.1
The text was updated successfully, but these errors were encountered:
Expected behavior
When turning spatial dataset variables into RGB image tiles, the variable attribute
valid_range
(or one ofvalid_min
andvalid_max
) should be respected. Values out of that range should be treated like NaN and turned into fully transparent pixels.Actual behavior
valid_range
(or one ofvalid_min
andvalid_max
) are not respected and therefore values out of that ranges are color mapped as usual.Steps to reproduce the problem
lccs_class
Specifications
Cate Desktop 2.0.0-dev.1
The text was updated successfully, but these errors were encountered: