cf.celllt¶
-
cf.
celllt
(value, units=None)[source]¶ Return a
cf.Query
object for coordinate cell bounds being strictly less than a value.In this context, a coordinate is any object which has a
upper_bounds
attribute.cf.celllt(value)
is equivalent tocf.lt(value, attr='upper_bounds')
.New in version 1.0.
Parameters: Returns: - out:
cf.Query
The query object.
Examples: - out: