cf.CellMeasure.identity¶
-
CellMeasure.
identity
(default=None, relaxed_identity=None)[source]¶ Return the cell measure’s identity.
The identity is first found of:
- The
measure
attribute. - The
standard_name
CF property. - The
id
attribute. - The value of the default parameter.
Parameters: - default : optional
If none of
measure
,standard_name
andid
exist then return default. By default, default is None.
Returns: - out :
The identity.
Examples: - The