Just black and white layers instead of sentinel imagery #288
-
|
I've started using geemap just a few days ago. But I'm stalling at one point. I tried to filter Sentinel-2 data. I've tried multiple things, but always the same result. Why I've got just black or white layer and not the images? For the 'image' I've just got a white layer and for 'image2' I've got a black layer. But I dont know why. My script is based on this example: https://github.com/giswqs/earthengine-py-notebooks/blob/master/ImageCollection/filtered_composite.ipynb |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
You need to set the visualization parameters, such as |
Beta Was this translation helpful? Give feedback.

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