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