Replies: 2 comments 8 replies
-
@iferencik mask is not updated on data expression! https://github.com/cogeotiff/rio-tiler/blob/main/rio_tiler/models.py#L430-L431 Hopefully this is the kind of use case for custom algorithm we are going to introduce in #542 |
Beta Was this translation helpful? Give feedback.
8 replies
-
this actually looks fantastic :) thanks @vincentsarago |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello folks,
I am facing some difficulties understanding how the rendering works when using where expressions.
I have a raster layer with values going from 1 to 6 (inclusive) info
the nodata value is set to 0
for the image above i use following parameters to render the layer and it works well, the nodata(0) is transparent
if i apply a where expression
The this is now the pixels having a value of 0 are no longer transparent, as I expected.
I am just curious if this behavior is correct.Is it possible to render the 0's transparent?
Thanks in advance
Beta Was this translation helpful? Give feedback.
All reactions