Open chris-aeviator opened 3 years ago
You are right. When the sample has less visible land than minLandVisible (because of clouds) it is not meant to be returned in the results. "minLandVisible" is meant to be from 0-1, like 0.3, 0.5...
Could you share the notebook code you used for generating those samples?
I will try to dig the notebook up
Could you please explain the minLandVisible parameter?
Is it 0 to 100% expressed as 0 to 1 or is it percentage 0 to 100 ?
EDIT:
it seems to not do anything except giving a warning
I expect an image to be not included into the results when passing a certain threshold (e.g. I want to have 90% land visible) to not have false NDVI values in my results. No matter what I set the
minLandVisible
parameter, the result will contain cloud images