Skip to content

Masking: Show just values between min and max visualisation parameter #295

Answered by giswqs
NiklasJordan asked this question in Q&A
Discussion options

You must be logged in to vote

Something like this. See https://developers.google.com/earth-engine/guides/image_visualization#masking

mask = ndvi1.gt(-0.05).And(ndvi1.lt(-0.03))
ndvi1 = ndvi1.updateMask(mask)

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by giswqs
Comment options

You must be logged in to vote
0 replies
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