cfdm.Data.max

Data.max(axes=None)[source]

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

Missing data array elements are omitted from the calculation.

See also

min

Parameters:

axes: (sequence of) int, optional

Returns:
Data

Maximum of the data along the specified axes.

Examples: