download_chirps_monthly_low {SeaVal} | R Documentation |
Auxiliary function called by download_chirps_monthly
Description
Auxiliary function called by download_chirps_monthly
Usage
download_chirps_monthly_low(
update,
version,
years,
months,
extent,
timeout_limit,
upscale_grid,
root_dir = file.path(chirps_dir(), version)
)
Arguments
update , version , years , months , extent , timeout_limit |
see |
upscale_grid |
To which grid shall we upscale? Needs a data table with lon/lat columns |
root_dir |
directory where the high-dimensional chirps data would be stored. The upscaled data is then stored in root_dir/upscaled/. |
[Package SeaVal version 1.2.0 Index]