cf.Bounds.max

Bounds.max()[source]

The maximum of the data array. g

Returns:
Data

The maximum of the data array.

Examples:

>>> f.data
<CF Data(12, 64, 128): [[[236.512756, ..., 256.93371]]] K>
>>> f.max()
<CF Data(): 311.343780 K>