ele2param: Dictionary and conversion tools between esd element...

View source: R/dictionary.R

ele2paramR Documentation

Dictionary and conversion tools between esd element identifier and variables names and specifications.

Description

Converts between esd element/parameter identifier and variable names from different data sources.

Usage

ele2param(ele = NULL, src = NULL)

Arguments

ele

element identifier

src

a character string for the acronym of the data source

param

parameter identifier

Value

A meta data matrix object with the glossary of the different variables or element identifiers as originally defined by each data source

Examples

# Display the glossary of paramerters or element identifiers for 'GHCND' data source.
print(ele2param(ele=NULL,src='GHCND'))
# Display the glossary of parameters or element identifiers for all data sources. 
print(ele2param())
# Convert mean temperature parameter (param) to esd element (ele).
ele <- esd2ele(param='t2m')
print(ele)



metno/esd documentation built on April 29, 2024, 3:34 p.m.