A CF-compliant earth science data analysis library
FieldAncillary.
cyclic
Get or set the cyclicity of an axis.
See also
iscyclic
int
The axes to be set. Each axis is identified by its integer position. By default no axes are set.
bool
If False then the axis is set to be non-cyclic. By default the axis is set to be cyclic.
set
Examples
>>> f.cyclic() set() >>> f.cyclic(1) set() >>> f.cyclic() {1} TODO