convert_units: Convert a CF Standard Name to/from a GCMD Science Keyword

View source: R/convert_units.R

convert_unitsR Documentation

Convert a CF Standard Name to/from a GCMD Science Keyword

Description

Convert a CF Standard Name to/from a GCMD Science Keyword

Usage

convert_units(udunits = NULL, ucum = NULL, url = eurl(), ...)

Arguments

udunits

character; A UDUNITS character string https://www.unidata.ucar.edu/software/udunits/

ucum

character; A UCUM character string https://ucum.org/ucum.html

url

Base URL of the ERDDAP server. See eurl() for more information

...

Curl options passed on to crul::verb-GET

Examples

 ## Not run: 
convert_units(udunits = "degree_C meter-1")
convert_units(ucum = "Cel.m-1")

## End(Not run)

ropensci/rerddap documentation built on Jan. 25, 2024, 6:36 p.m.