cf.celllt¶
-
cf.
celllt
(value, units=None)[source]¶ A
Query
object for a “cell bounds strictly less than” condition.See also
cf.cellsize
,cf.contains
,cf.cellge
,cf.cellgt
,cf.cellne
,cf.cellle
,cf.cellwi
,cf.cellwo
Parameters: - value:
The query condition’s value.
- units:
str
orUnits
, optional The units of value. By default, the same units as the operand being tested are assumed, if applicable. If units is specified and the already value has units (such as a
Data
object`), then they must be equivalent.- attr:
str
, optional Apply the condition to the attribute, or nested attributes, of the operand, rather than the operand itself. Nested attributes are specified by separating them with a
.
. For example, the “month” attribute of the “bounds” attribute is specified as'bounds.month'
.
Returns: Query
The query object.
Examples:
TODO