chl_europ_obs | R Documentation |
Access high resolution climate data for Europe.
chl_europ_obs(period = "year", var, year, path = ".")
period |
time period (see below) or "doc" for documentation. |
var |
variable name (see XXX). |
year |
year only available when period is set to 'daily' or 'yearly'. |
path |
path to the folder where files will be stored. |
Time periods (periods
) are as follows:
daily
: Data files on a daily resolution (usually years available are 1981-2005)
yearly
: Annual aggregations of a variable (usually years available are 1981-2005).
monthly
: Data files on a monthly resolution.
normal
: Long term, climatological, means of a variable over a Normals period.
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) Climatologies at high resolution for the earth’s land surface areas. Scientific Data 4, 170122
Karger, Dirk Nikolaus; Dabaghchian, Babek; Lange, Stefan; Thuiller, Wilfried; Zimmermann, Niklaus E.; Graham, Catherine H. (2020). High resolution climate data for Europe. EnviDat. doi:10.16904/envidat.150.
## Not run:
chl_europ_obs("normal", "pr")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.