cfdm.mixin.ConstructAccess.cell_measures

ConstructAccess.cell_measures()

Return cell measure constructs.

New in version 1.7.0.

See also

constructs

Parameters:
copy: bool, optional

If True then return copies of the constructs. By default the constructs are not copied.

Returns:
Constructs

The cell measure constructs and their construct keys.

Examples:

>>> f.cell_measures
Constructs:
{}
>>> f.cell_measures
Constructs:
{'cellmeasure0': <CellMeasure: measure%area(9, 10) km2>}