A CF-compliant earth science data analysis library
Data.
cfa_get_term
The CFA aggregation instruction term status.
If True then the data represents that of a non-standard CFA aggregation instruction variable.
New in version 3.15.0.
See also
cfa_set_term
bool
Examples
>>> d = cf.Data([1, 2]) >>> d.cfa_get_term() False