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.
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"