前往小程序,Get更优阅读体验!
立即前往
首页
学习
活动
专区
工具
TVP
发布
社区首页 >专栏 >GEE问题:使用reduceRegion求单点均值过程中出现值不一样的情况如何解决?

GEE问题:使用reduceRegion求单点均值过程中出现值不一样的情况如何解决?

作者头像
此星光明
发布2024-06-28 09:44:07
580
发布2024-06-28 09:44:07
举报

问题简介

我首先将 mean() 函数应用于图像集合,该函数会创建一个图像,其中每个像素都是该像素处所有图像的平均值。然后,对于 Point ROI,我希望将均值带添加到图表中,并显示平均值。问题是它们不同(-8.030 与 -8.524)。

函数

reduceRegion(reducer, geometryscalecrscrsTransformbestEffortmaxPixelstileScale)

Apply a reducer to all the pixels in a specific region.

Either the reducer must have the same number of inputs as the input image has bands, or it must have a single input and will be repeated for each band.

Returns a dictionary of the reducer's outputs.

Arguments:

this:image (Image):

The image to reduce.

reducer (Reducer):

The reducer to apply.

geometry (Geometry, default: null):

The region over which to reduce data. Defaults to the footprint of the image's first band.

scale (Float, default: null):

A nominal scale in meters of the projection to work in.

crs (Projection, default: null):

The projection to work in. If unsp

本文参与 腾讯云自媒体同步曝光计划,分享自作者个人站点/博客。
原始发表:2024-06-25,如有侵权请联系 cloudcommunity@tencent.com 删除

本文分享自 作者个人站点/博客 前往查看

如有侵权,请联系 cloudcommunity@tencent.com 删除。

本文参与 腾讯云自媒体同步曝光计划  ,欢迎热爱写作的你一起参与!

评论
登录后参与评论
0 条评论
热度
最新
推荐阅读
目录
  • 问题简介
  • 函数
    • reduceRegion(reducer, geometry, scale, crs, crsTransform, bestEffort, maxPixels, tileScale)
      • Arguments:
领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档