smet-class: smet-class

Description Details Author(s) References See Also Examples

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

1
2
3
showClass("smet")

as.smet("test")

RSMET documentation built on April 24, 2018, 5:04 p.m.

Related to smet-class in RSMET...