Google Earth Engine(GEE)—— 基于MODIS影像单点缓冲区长时序温度时序变化和线性趋势分析

本文介绍如何运用Google Earth Engine(GEE)结合MODIS影像,对单点缓冲区内的温度数据进行长期时序变化和线性趋势分析。通过线性回归计算,揭示指定地区的温度变化规律,并利用ee.Reducer.linearRegression进行分析,最终通过ui.Chart生成图表展示结果。
摘要由CSDN通过智能技术生成

基于MODIS影像单点缓冲区长时序温度时序变化和线性趋势分析,可以用来研究某一地区的温度变化趋势。通过对该地区多年的温度数据进行分析,可以了解该地区的气候变化情况。这里我们主要是利用几个函数绘制图表。

函数:

ee.Reducer.linearRegression(numX, numY)

Creates a reducer that computes a linear least squares regression with numX independent variables and numY dependent variables.

Each input tuple will have values for the independent variables followed by the dependent variables.

The first output is a coefficients array with dimensions (numX, numY); each column contains the coefficients for the corresponding dependent variable. The second output is a vector of the root mean square of the residuals of each dependent variable. Both outputs are null if the system is underdetermined, e.g. the number of inputs is less than or equal to numX.

创建一个还原器,计算具有numX自变量和numY因变量的线性最小二乘回归。

每个输入元组都有自变量的值,然后是因变量。

第一个输出是一个系数数组,尺寸为(numX, numY);每一列包含相应因变量的系数。第二个输出是每个因变量的残差均方根的向量。如果系统是欠定的,例如,输入的数量小于或等于numX,则这两个输出都是空的。

 

Arguments:

numX (Integer):

The number of input dimensions.

numY (Integer, default: 1):

The number of output dimensions.

Returns: Reducer

ui.Chart.image.series(imageCollection, region, reducerscalexProperty)

Generates a Chart from an ImageCollection. Plots derived values of each band in a region across images. Usually a time series.

  • X-axis: Image, labeled by xProperty value.

  • Y-axis: Band val

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 打赏
    打赏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

打赏作者

此星光明

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

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

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

打赏作者

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

抵扣说明:

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

余额充值