read_ethz_iac: Read an IAC/ETHZ meteo station file

View source: R/read-ethz-iac.R

read_ethz_iacR Documentation

Read an IAC/ETHZ meteo station file

Description

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.

Usage

read_ethz_iac(
  x,
  tz = "Etc/GMT-1",
  site = NULL,
  na.rm = TRUE,
  encoding = "UTF-8"
)

Arguments

x

Either a path to a file, a connection, or literal data. see readr::read_delim()

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"

Value

tibble in rOstluft long format structure


Ostluft/rOstluft documentation built on Feb. 6, 2024, 1:26 a.m.