smet-class: smet-class

smet-classR Documentation

smet-class

Description

Class smet

Details

This class represents the SMET format file for weather station data

signature:

A charachter string containing SMET signature

header:

Object of class "list" containing the Header Section, each key corresponds to a component of the list.

data:

S3 Object of class "data.frame" containing the weather data values. Date field is often alled "timestamp" and written in POSIXlt format.

file:

full name of the SMET file. If it is missing, it is NA.

Detailed information about SMET format is reminded to http://models.slf.ch/docserver/meteoio/SMET_specifications.pdf.

Author(s)

Emanuele Cordano

References

http://models.slf.ch/docserver/meteoio/html/smetio.html or http://models.slf.ch/docserver/meteoio/SMET_specifications.pdf

#' @note A SMET-class object can be created by a SMET file trough smet or can be coerced from another type object through as.smet. or returned by the function smet

See Also

smet,as.smet,print.smet

smet-class

Examples


showClass("smet")

as.smet("test")


ecor/RSMET documentation built on Aug. 30, 2023, 2:04 a.m.