50% off: Unlimited data and AI learning.
State of Data and AI Literacy Report 2025

rerddap (version 0.3.4)

convert_units: 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 = "http://coastwatch.pfeg.noaa.gov", ...)

Arguments

udunits
character; A UDUNITS character string http://www.unidata.ucar.edu/software/udunits/
ucum
character; A UCUM character string http://unitsofmeasure.org/ucum.html
url
Base URL of the ERDDAP server
...
Curl args passed on to GET

Examples

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

Run the code above in your browser using DataLab