cfdm.Data.maximum

Data.maximum(axes=None)[source]

Return the maximum of an array or the maximum along axes.

Missing data array elements are omitted from the calculation.

New in version 1.8.0.

See also

minimum

Parameters

axes: (sequence of) int, optional

Returns
Data

Maximum of the data along the specified axes.

Examples: