Google Earth Engine(GEE)——geometry 的交集并集

本文主要通过介绍两个geometry 来取两者的交集、并集等,以下是本文所需要的函数:

本文的误差函数:

ee.ErrorMargin(valueunit)

Returns an ErrorMargin of the given type with the given value.

返回一个给定类型的ErrorMargin和给定的值。

Arguments:

value (Float, default: null):

The maximum error value allowed by the margin. Ignored if the unit is 'infinite'.

margin允许的最大误差值。如果单位是'infinite',则忽略。 

unit (String, default: "meters"):

The unit of this margin: 'meters', 'projected' or 'infinite'.

边距的单位:"米"、"投影 "或 "无限"。 

扫描二维码关注公众号,回复: 13716237 查看本文章

Returns: ErrorMargin

intersection(right, maxErrorproj)

Returns the intersection of the two geometries.

返回两个几何图形的交点。

Arguments:

this:left (Geome

猜你喜欢

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