cf.Field.range

Field.range()[source]

The absolute difference between the maximum and minimum of the data array.

Returns a scalar cf.Data object.

f.range() is equivalent to f.data.range(squeeze=True).

Examples:
>>> f.range()
<CF Data: 164.697 hPa>

Previous topic

cf.Field.period

Next topic

cf.Field.ref

This Page