getMetaElement: Get the metadata of the meteorlogical element for a specific...

Description Usage Arguments Details Examples

Description

The function getMetaElement() makes it possible to get the metadata of meteorological elements measured by stations registered by met.no

Usage

1
getMetaElement(timeserietypeID, stations = NULL)

Arguments

timeserietypeID

0:Daily, 1:Monthly, 2:Observations-hourly based, 3:Normal Monthly, 4: Normal Daily, 5:Record Daily (not used)

stations

id of the stations. Can be NULL, a scalar or a vector of station ids

Details

The output is a dataframe. This structure eases the conversion into json

Examples

1
2
3
4
tmp <- getMetaElement(timeserietypeID="2")
str(tmp)
tmp <- getMetaElement(timeserietypeID="0",stations=180)
str(tmp)

nexModeling/wsklimaR documentation built on May 23, 2019, 4:28 p.m.