cf.cellwo

cf.cellwo(value0, value1, units=None)[source]

Return a cf.Query object for coordinate cell bounds being outside a range.

In this context, a coordinate is any object which has lower_bounds and upper_bounds attributes.

cf.cellwo(value0, value1) is equivalent to cf.lt(value0, attr='lower_bounds') & cf.gt(value1, attr='upper_bounds').

New in version 1.0.

Parameters:
Returns:
out: cf.Query

The query object.

Examples: