zl程序教程

您现在的位置是:首页 >  其他

当前栏目

Google Earth Engine(GEE)——Landsat5-9融合后区域影像的筛选获取去重后的影像数量分析

Google 分析 获取 Engine Earth 数量 融合 区域
2023-09-11 14:15:11 时间

本篇主要实现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函数进行的时间筛选: