readSmet: Parse a SMET file

View source: R/readSmet.R

readSmetR Documentation

Parse a SMET file

Description

Read contents of a SMET file https://models.slf.ch/docserver/meteoio/SMET_specifications.pdf

Usage

readSmet(Filename)

Arguments

Filename

Path to a smet file

Value

List containing metadata and data

Author(s)

shorton

See Also

writeSmet, snowprofileSno, snowprofilePrf, snowprofilePro

Examples


## Path to example smet
Filename <- system.file('extdata', 'example.smet', package = 'sarp.snowprofile')
Wx = readSmet(Filename)
str(Wx)


sarp.snowprofile documentation built on March 31, 2023, 5:17 p.m.