cf.AuxiliaryCoordinate.autoperiod

AuxiliaryCoordinate.autoperiod(*args, **kwargs)[source]

Set the period of cyclicity where it can be determined.

TODO A dimension is set to be cyclic if it has a unique longitude (or grid longitude) dimension coordinate construct with bounds and the first and last bounds values differ by 360 degrees (or an equivalent amount in other units).

New in version 3.5.0.

See also

isperiodic, period

Parameters

TODO

config: dict

Additional parameters for optimising the operation. See the code for details.

New in version 3.9.0.

Returns

TODO

Examples

TODO