cfdm.CFDMImplementation.set_cell_method

CFDMImplementation.set_cell_method(field, construct, copy=True, **kwargs)[source]

Insert a cell_method object into a field.

Added in version (cfdm): 1.7.0

Parameters:
field: Field

On what to set the construct

construct: cell method construct

copy: bool, optional

kwargs: optional

Additional parameters to the set_construct of field that may be used by subclasses.

Added in version (cfdm): 1.10.0.2

Returns:

str