问题
我遇到了一些有关 Landsat9 图像中的云遮蔽和图像处理的问题。我正在分享我所使用的代码以及我感兴趣的区域(资产)。请帮我解决这个问题。我是一名 GEE 学习者。问题:最终图像在大面积上有云状覆盖。
这里我们查看了搜索出的代码发现并不是没有数据集导致的,该区域有24景影像。
函数
mean()
Reduces an image collection by calculating the mean of all values at each pixel across the stack of all matching bands. Bands are matched by name.
通过计算所有匹配波段堆栈中每个像素上所有值的平均值来减少图像集合。波段按名称匹配。
Arguments:
this:collection (ImageCollection):
The image collection to reduce.
Returns: Image
median()
Reduces an image collection by calculating the median of all values at each pixel across the stack of all matching bands. Bands are matched by name.
通过计算所有匹配波段堆栈中每个像素点所有值的中值来减少图像集合。波段按名称匹配。
Arguments:
this:collection (ImageCollection):
Th