Replies: 1 comment 1 reply
-
is the tiff nodata value encoded in a nodata value, an alpha mask or a internal mask? could you share the data url? (I don't really want to transcript the url on the image 😬 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
HI
I used custom colormap and resampling is bilinear . The TIF ranges from -3 to 33 and I use the rescale from 0 to 30.Then a strange thing happened. Where the ocean meets the land, TIF values are abrupt, There's no value from 0 to 15, but it showed colors for costom colormap.
This is my display png, as you can see, The border should not appear blue,
This is my colormap:
[(0, '#FFFFFF01'), (0.17, '#8200FF01'), (0.33, '#004DFF01'), (0.5, '#00B0FF01'), (0.67, '#BDFF0001'), (0.83, '#FFE50001'), (1, '#FF100001')]
This is my request:

I think the rescale parameter is a mapping to the TIF value. Am I wrong?
Can you give me some suggestions? what am I doing wrong? I just want to show the value of the TIF range through the colormap
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions