Google Earth Engine(GEE)——Landsat5-9融合后区域影像的筛选获取去重后的影像数量分析
本篇主要实现Landsat5-9影像整体融合,查看某一区域的影像有多少的问题
这里有个函数需要介绍一下:
distinct(properties)
Removes duplicates from a collection. Note that duplicates are determined using a strong hash over the serialized form of the selected properties.
从一个集合中删除重复的属性。注意,重复的属性是通过对所选属性的序列化形式进行强散列来确定的。
Arguments:
this:collection (FeatureCollection):
输入的集合,对象将被从中选择。
The input collection from which objects will be selected.
properties (Object):
一个属性名称或一个用于比较的属性名称列表。可以包括'.geo'属性来比较对象的几何形状。
A property name or a list of property names to use for comparison. The '.geo' property can be included to compare object geometries.
Returns: FeatureCollection
这里适用advance函数进行的时间筛选:
文章来源: blog.csdn.net,作者:此星光明2021年博客之星云计算Top3,版权归原作者所有,如需转载,请联系作者。
原文链接:blog.csdn.net/qq_31988139/article/details/124703573
- 点赞
- 收藏
- 关注作者
评论(0)