View source: R/read-ethz-iac.R
read_ethz_iac | R Documentation |
Reads files from meteo station measurements (10 minute time resolution) by the institute for atmosphere and climety at ETH Zürich. Currently, two stations in Zürich are under long-term operation: CHN-Gebäude & Hönggerberg (see Weather Stations). The files are daily files, encoded in utf-8. Timezone is GMT.
read_ethz_iac(
x,
tz = "Etc/GMT-1",
site = NULL,
na.rm = TRUE,
encoding = "UTF-8"
)
x |
Either a path to a file, a connection, or literal data. see |
tz |
of the output data. Default "Etc/GMT-1" |
site |
Character string specifying the site of the meteo station. Usally the site will be autodetected from the header. But if autodection fails or an overwrite is needed set site. Default NULL |
na.rm |
remove na values. Default TRUE |
encoding |
encoding of the data file. Default = "UTF-8" |
tibble in rOstluft long format structure
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.