Google Earth Engine(GEE)——reduceRegions中参数详解
有同学问reduceRegions中的titleScale是什么意思,那我们今天详细看一下这个函数,这个函数一般是通过image中进行影像的最大值、最小值、平均值的统计等等操作,有点像arcgis中的地统计分析内容。
reduceRegions函数
reduceRegions(collection, reducer, scale, crs, crsTransform, tileScale)
Apply a reducer over the area of each feature in the given collection.
The reducer must have the same number of inputs as the input image has bands.
Returns the input features, each augmented with the corresponding reducer outputs.
在给定的集合中对每个特征的区域应用一个还原器。
其中输入数量必须与输入图像的波段数量相
Google Earth Engine(GEE)——reduceRegions中参数详解最先出现在Python成神之路。
共有 0 条评论