View source: R/downscaleSolar.R
downscaleSolar | R Documentation |
Downscale solar radiation grid applying corrections for terrain features
downscaleSolar( elev_hres, elev_lowres, rad_lowres, ouputdir = getwd(), inmem = FALSE, ... )
elev_hres, |
elevation, a high resolution Raster layer object |
rad_lowres, |
solar radiation (w/m2), the low resolution Raster* object with z time dimension |
ouputdir, |
directory where to save the files |
solar radiation (w/m2), Raster* object with the resolution of elev_hres and the same z time dimension as rad_lowres
# *optional run beginCluster() first, for parallel computing downscaleSolar()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.