Project

General

Profile

Actions

Task #408

open

Capturing LST spatial structure using spatial eigenvectors

Added by Benoit Parmentier about 12 years ago. Updated almost 12 years ago.

Status:
New
Priority:
Normal
Category:
Climate
Start date:
05/01/2012
Due date:
% Done:

0%

Estimated time:
80.00 h
Activity type:
Coding/analysis

Description

Spatial filtering is explored to assess its usefulness in capturing the LST spatial structure by creating spatial variables from spatial eigenvectors.
These spatial variables will be used to improve tmax predictions.

Actions #1

Updated by Benoit Parmentier almost 12 years ago

I started writing the R code using the two functions from spdep package: ME and SpatialFiltering()
I am trying to see if the functions' code can be modified for our use.

The logic of the spatial filtering method is the following one:

1)Create the list of neighbours from grid cells
2)Create the list of weights from list of neighbors
3)Create a matrix of Weights
4)Perform an Eigenvalue/eigenvector decomposition
5)Select the relevant spatial patterns to include in the regression (be it lm, glm or gam).

Actions

Also available in: Atom PDF