chl_ts | R Documentation |
Access CHELSA timeseries
chl_ts(var, year, val = NULL, path = ".")
var |
variable name. |
year |
year. |
val |
optional. |
path |
path to the folder where files will be stored. |
"The CHELSA timeseries data consists of monthly downscaled model output temperature and precipitation estimates at a horizontal resolution of 30 arc sec. from 1979-2013. The resulting data consist of a mean monthly temperature and precipitation amounts." (Karger et al. 2017)
Karger, D.N., Conrad, O., Böhner, J., Kawohl, T., Kreft, H., Soria-Auza, R.W., Zimmermann, N.E., Linder, H.P., Kessler, M.(2017) Data from: Climatologies at high resolution for the earth’s land surface areas. Dryad Digital Repository. doi.org/10.5061/dryad.kd1d4.
## Not run:
chl_ts("prec", 1982, 3)
chl_ts("gts30", 1982)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.