downscaleKrige: downscaleKrige

View source: R/downscaleKrige.R

downscaleKrigeR Documentation

downscaleKrige

Description

Downscale the input applying the autokrige from hydroTSM::hydrokrige, using elevation as predictor

Usage

downscaleKrige(low_res_raster, high_res_raster, ouputdir = getwd())

Arguments

ouputdir,

directory where to save the files

elev_hres,

elevation, a high resolution Raster layer object

rad_lowres,

solar radiation (w/m2), the low resolution Raster* object with z time dimension

Value

solar radiation (w/m2), Raster* object with the resolution of elev_hres and the same z time dimension as rad_lowres

Examples

# *optional run beginCluster() first, for parallel computing
downscaleKrige()

dsval/splashTools documentation built on Jan. 26, 2023, 4:40 a.m.