I have three raster layers, two coarse resolution and one fine resolution. My goal is to extract GWR's coefficients (intercept and slope) and apply them to my fine resolution raster.

I can do this easily when I perform simple linear regression. For example:

library(terra)

library(sp) ntl = rast("path/ntl.tif") # coarse res raster

vals_ntl

More Nikolaos Tziokas's questions See All
Similar questions and discussions