Google Earth Engine(GEE)——计算1990-2020年森林损失量面积并导出表格
【摘要】
这次实验的目标是1990-2020年几个矢量集合当中的森林损失量,用到的函数:
ee.Reducer.frequencyHistogram()
Returns a Reducer that returns a (weighted) frequency table of its inputs.
返回一个返回其输入的(加权)频率表的R...
这次实验的目标是1990-2020年几个矢量集合当中的森林损失量,用到的函数:
ee.Reducer.frequencyHistogram()
Returns a Reducer that returns a (weighted) frequency table of its inputs.
返回一个返回其输入的(加权)频率表的Reducer。
No arguments.
Returns: Reducer
forEachBand(image)
Creates a Reducer by combining a copy of the given reducer for each band in the given image, using the band names as output names.
创建一个Reducer,为给定图像中的每一个波段组合一个给定的Reducer的副本,使用波段名称作为输出名称。
Arguments:
this:reducer (Reducer)
image (Image)
Returns: Reducer
研究区
代码:
//样本
var community_lands = ee.FeatureCollection("projects
文章来源: blog.csdn.net,作者:此星光明,版权归原作者所有,如需转载,请联系作者。
原文链接:blog.csdn.net/qq_31988139/article/details/125595431
【版权声明】本文为华为云社区用户转载文章,如果您发现本社区中有涉嫌抄袭的内容,欢迎发送邮件进行举报,并提供相关证据,一经查实,本社区将立刻删除涉嫌侵权内容,举报邮箱:
cloudbbs@huaweicloud.com
- 点赞
- 收藏
- 关注作者
评论(0)