Google Earth Engine (GEE)——同一区域对比LST和FVC(含union进行合并)案例分析

我们计算城市和农村区域的缓冲区分别计算,我们将使用为此目的开发的地球引擎模块来计算地表温度。

本文用函数union来将单独的矢量集合,通过融合矢量边界,这样就可以合并在一起。

这里使用的是矢量集合中的合并,并返回一个特征集合。 

union(maxError)

Merges all geometries in a given collection into one and returns a collection containing a single feature with only an ID of 'union_result' and a geometry.

将给定集合中的所有几何图形合并为一个集合,并返回一个包含单个特征的集合,该特征的 ID 仅为“union_result”和一个几何图形。

Arguments:

this:collection (FeatureCollection):

The collection being merged.

maxError (ErrorMargin, default: null):

The maximum error allowed when performing any necessary reprojections. If not specified, defaults to the error margin requested from the output.

Returns: FeatureCollection

difference(right, maxErrorproj)

Retu

猜你喜欢

转载自blog.csdn.net/qq_31988139/article/details/128608190