frost_translate_oldElementCodes | R Documentation |
Translate oldElementCodes
into Frost API standards https://frost.met.no.
Reference is https://frost.met.no/elementtable.
frost_translate_oldElementCodes<-function(oldElementCodes=NULL)
oldElementCodes |
character vector with the abbreviations used to define weather and climate elements (before Frost-era). The abbreviations are listed at https://frost.met.no/elementtable. |
In case an abbreviations is not yet implemented in gibson
then the elementId
character string is set to ""
.
A data frame with the same number of rows as the number of elements in oldElementCodes
.
The columns are: elementId
, timeOffset
, timeResolution
, level.value
, level.levelType
Cristian Lussana
gibson_frost
frost_assembler
# load libraries
library(gibson)
#
out<-frost_translate_oldElementCodes(c("TA","RR_1","TAMRR"))
out
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.