Skip to content

Just black and white layers instead of sentinel imagery #288

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

You must be logged in to vote

You need to set the visualization parameters, such as min and max. You can use the Inspector tool to inspect the pixel value range and set the vis parameters accordingly.

Map.addLayer(image, {'min': 100, 'max': 3000}, 'image')
Map.addLayer(image2, {'min': 1, 'max': 10}, 'image2')

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@NiklasJordan
Comment options

Answer selected by giswqs
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