Skip to content

View available colormaps for previous versions #544

Answered by nkleinbaer
nkleinbaer asked this question in Q&A
Discussion options

You must be logged in to vote

Incase anyone stumbles on this in the future, I was able to check the registered color maps in my current version by doing the following:

from rio_tiler.colormap import cmap

valid_cmaps = [key for key in cmap.data.keys()]
valid_cmaps.sort()
print(valid_cmaps)

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
2 replies
@nkleinbaer
Comment options

@nkleinbaer
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by vincentsarago
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants