Replies: 1 comment 2 replies
-
Yes this is possible if you add a custom Colormap dependency. There is an example in the documentation: https://devseed.com/titiler/examples/code/tiler_with_custom_colormap/ |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am working through a solution for a custom colormap. My datasets is scaled 0-58. I rescale in my titiler requests and then apply a viridis color ramp. This works great.
http://myurl/WebMercatorQuad/9/105/186@1x?
url=myCogUrl
&bidx=1
&nodata=999
&rescale=0,58
&colormap_name=viridis
Questions...
Can I easily reverse/flip the rio-tiler color ramp?
If wanted to apply my own color ramp made up of 3 colors ['#f0ff00', '#ffb000', '#ff0000'], can I do that directly in my tile request urls?
Beta Was this translation helpful? Give feedback.
All reactions