Google Earth Engine(GEE)——Landsat8影像逐月NDVI_FVC计算内含直方图和下载——以北京市为例
【摘要】
本文通过逐年逐月遍历影像,计算NDVI影像计算和FVC计算,并且统计其逐月的直方图和下载,但是本文为了减少GEE网页崩溃,所以直接就用一年的影像进行了实验。
本文中用到的函数两个:
ee.Image(args)
An object to represent an Earth Engine image. This construct...
本文通过逐年逐月遍历影像,计算NDVI影像计算和FVC计算,并且统计其逐月的直方图和下载,但是本文为了减少GEE网页崩溃,所以直接就用一年的影像进行了实验。
本文中用到的函数两个:
ee.Image(args)
An object to represent an Earth Engine image. This constructor accepts a variety of arguments:
- A string: an EarthEngine asset id,
- A string and a number: an EarthEngine asset id and version,
- A number or ee.Array: creates a constant image,
- A list: creates an image out of each list element and combines them into a single image,
- An ee.Image: returns the argument,
- Nothing: results in an empty transparent image.
表示地球引擎图像的对象。此构造函数接受各种参数:
- 一个字符串:一个 EarthEngine 资产 ID,
- 一个字符串和一个数字:EarthEngine 资产 ID 和版本,
- 数字或ee.Array:创建一个常量图像,
- 列表:从
文章来源: blog.csdn.net,作者:此星光明2021年博客之星云计算Top3,版权归原作者所有,如需转载,请联系作者。
原文链接:blog.csdn.net/qq_31988139/article/details/123527626
【版权声明】本文为华为云社区用户转载文章,如果您发现本社区中有涉嫌抄袭的内容,欢迎发送邮件进行举报,并提供相关证据,一经查实,本社区将立刻删除涉嫌侵权内容,举报邮箱:
cloudbbs@huaweicloud.com
- 点赞
- 收藏
- 关注作者
评论(0)