Hi,
I have two variables, Temp (T) and Latitude (L). I have a DEM (E). I need to interpolate T from point shape file to each pixel of E.
the relation is as follow:
TE1,L1 = TE0,L0 - (E1-E0)*G - (L1-L0)*P
where, TE1,L1 = new interpolated raster value of each pixel
E0 = Elevation of temperature station
E1 = Elevation of new location, which will be each pixel of raster DEM
L0 = latitude of station
L1 = latitude of each pixel of DEM
G & P = constant values to multiply
here, I am looking for R code or method to do this in ArcGIS.
any clues are appreciated.
many thanks.