cf.cellwi¶
-
cf.cellwi(value0, value1, units=None)[source]¶ Return a
cf.Queryobject for coordinate cell bounds being within a range.In this context, a coordinate is any object which has
lower_boundsandupper_boundsattributes.cf.cellwi(value0, value1)is equivalent tocf.ge(value0, attr='lower_bounds') & cf.le(value1, attr='upper_bounds').New in version 1.0.
Parameters: Returns: - out : cf.Query
The query object.
Examples: