CFVariableRegistry¶
- class CFVariableRegistry[source]¶
Bases:
objectContainer of
CFVariableinstances supporting aliases and ad hoc generation ofCFVariablecopies with properties modified by the coordinate cell methods. Integrated with the xarray accessor viacfvariable.Methods Summary
__call__(name[, accessor, longitude, …])Return a copy of a variable with optional name and unit modifications based on the coordinate reduction methods and optional pairing to an existing
ClimoDataArrayAccessor.alias(*args)Define alias(es) for an existing
CFVariable.define(name, *args[, aliases, parents])Define a
CFVariableinstance.get(key[, default])Get the variable if present, otherwise return a default value.