cf.cellge¶
-
cf.
cellge
(value, units=None)[source]¶ Return a
cf.Query
object for coordinate cell bounds being greater than or equal to a value.In this context, a coordinate is any object which has a
lower_bounds
attribute.cf.cellge(value)
is equivalent tocf.ge(value, attr='lower_bounds')
.New in version 1.0.
Parameters: Returns: - out:
cf.Query
The query object.
Examples: - out: