Description Usage Arguments Value Examples
View source: R/downscaleSolar.R
Downscale solar radiation grid applying corrections for terrain features
1 2 3 4 5 6 7 8 | 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
1 2 | # *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.