interpolate: Custom function to interpolation of a raster from satellite...

View source: R/interpolate.R

interpolateR Documentation

Custom function to interpolation of a raster from satellite to a raster from model

Description

function to interpolate an satellite observation to model domain

Usage

interpolate(x, y, fast = F, e = extent(-80, -25, -40, 10), verbose = T)

Arguments

x

a raster from observation

y

a raster from model

fast

to use only the raster extent region

e

raster extenet

verbose

set TRUE to display additional information

Value

a raster object

See Also

for raster from satellite observations see read_satellite. For raster from model see wrf_raster from eixport package and calculate_var.


Schuch666/hackWRF documentation built on June 9, 2025, 1:46 p.m.