cf.Index.maximum

Index.maximum()[source]

The maximum of the data array.

Returns
Data

The maximum of the data array.

Examples

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