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