R/convert_units.R
convert_units.Rd
Convert a CF Standard Name to/from a GCMD Science Keyword
convert_units(udunits = NULL, ucum = NULL, url = eurl(), ...)
character; A UDUNITS character string https://www.unidata.ucar.edu/software/udunits/
character; A UCUM character string https://ucum.org/ucum.html
Base URL of the ERDDAP server. See eurl()
for
more information
Curl options passed on to crul::verb-GET
if (FALSE) {
convert_units(udunits = "degree_C meter-1")
convert_units(ucum = "Cel.m-1")
}