当前位置:网站首页>Google Earth Engine——Landsat 1985-2020年生态遥感指数RESI计算
Google Earth Engine——Landsat 1985-2020年生态遥感指数RESI计算
2022-07-19 15:33:00 【此星光明】
本次是利用Landsat系列影像进行逐年影像的RSEI分析,获取逐年的影像
光谱时序曲线插值函数
// 使用线性内插的方法对时序光谱曲线中的部分缺失数据依据其时间前后的光谱信息对其插值
// 参数:imgcoll 影像集类型(imagecollection)需要保证,影像的顺序依据时间进行排列,第一张影像的时间应该为最早的时间。
每张影像至少有两个波段,除待插值波段外,应有一个时间波段,为Int类型,代表该影像所处的时间,单位可由自己确定,
但同一个影像集内应统一时间单位,该波段应在影像全范围内非NULL,且不可位于影像的第一个波段的位置。
此外每张影像需要保证有一个“system:time_start”的属性,其会传递至插值后的影像,以方便前后对应。
// 参数:timeBandNames 字符串类型(String),其代表第一个参数imgcoll中影像的时间波段的波段名称。
// 返回:imgcoll_Interpol 影像集类型(imagecollection)插值后的结果与imgcoll的影像顺序相同。
代码:
var roi =
/* color: #d63000 */
/* displayProperties: [
{
"type": "rectangle"
}
] */
ee.Geometry.Polygon(
[[[105.55104505173978, 34.27794089351641],
[105.55104505173978, 33.5
边栏推荐
- mongoDB之简介与安装
- [UE4] human matting in complex background - flying plasma AI paddlepaddle depth training model
- D1 understanding neural networks from zero
- Communication between processes in UNIX
- Debian 侵犯 Rust 商标,妥协改名还是会得到豁免?
- 玩转时习知No.1 | 直播课堂竟然还可以这样?快来解锁“新姿势”!
- What is the process of Shenwan Hongyuan mobile account opening? Is it safe to open a mobile account
- Installation and use of redis under Windows
- Is it safe to open an account on Ruida futures platform?
- 两位诺奖得主给“太上老君托梦”的天价白酒当首席科学家
猜你喜欢
随机推荐
js弹出图片Lightbox灯箱插件spotlight.js
Instra [anomaly detection: reconstruction_based]
Solidity智能合约开发 — 3.1-solidity语法引用类型
树莓派(Raspberry)连接EC20进行PPP拨号
实操:大规模微服务架构下的优雅停机
面试百问:Redis常见的故障以及发生场景
Browser event loop
瑞达期货平台开户安不安全?
两位诺奖得主给“太上老君托梦”的天价白酒当首席科学家
LoRaWan协议概述
D2 principle of multilayer neural network / principle of automatic derivation of neural network
【keras bug】Tensor is unhashable if Tensor equality is enabled. Instead, use tensor.experimental_ref(
College Forum blog system based on ssh+bootstrap+mysql
D1 understanding neural networks from zero
历史上的今天:英特尔成立;万维网上传了第一张照片;eBay 分拆 PayPal
在GIS当侦探:通过ArcGIS Pro查找罪犯同伙
基于SSM+MySql实现的简单的个人记账系统
Paper reading - temporary fusion transformers for interpretable multi horizon time series forecasting
基于JSP+Servlet+MySQL的网上书店系统
020 machine learning data science package -numpy basic operation 1