Google Earth Engine(GEE)——ee.Reducer.percentile筛选影像百分比案例分析

本文介绍了Google Earth Engine(GEE)中的ee.Reducer.percentile函数,该函数用于计算影像的指定百分位数。通过提供百分位数列表,可以获取如最小值、中位数和最大值等统计结果。当输入数据量小时,直接计算,大数据量时则通过直方图估算。文章涵盖了函数参数解释及其作用,如maxBuckets、minBucketWidth和maxRaw。
摘要由CSDN通过智能技术生成

函数:

ee.Reducer.percentile(percentiles, outputNamesmaxBucketsminBucketWidthmaxRaw)

Create a reducer that will compute the specified percentiles, e.g. given [0, 50, 100] will produce outputs named 'p0', 'p50', and 'p100' with the min, median, and max respectively. For small numbers of inputs (up to maxRaw) the percentiles will be computed directly; for larger numbers of inputs the percentiles will be derived from a histogram.

创建一个将计算指定百分比的还原器,例如,给定[0, 50, 100]将产生名为'p0'、'p50'和'p100'的输出,分别为最小值、中位数和最大值。对于小数量的输入(最多到maxRaw),将直接计算百分位数;对于大数量的输入,百分位数将从直方图中获得。

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包

打赏作者

此星光明

你的鼓励将是我创作的最大动力

¥1 ¥2 ¥4 ¥6 ¥10 ¥20
扫码支付:¥1
获取中
扫码支付

您的余额不足,请更换扫码支付或充值

打赏作者

实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值