A CF-compliant earth science data analysis library
Query.
operator
TODO.
Compound conditions return None.
None
Examples:
>>> q = cf.Query('ge', 4) >>> q.operator 'ge' >>> q |= cf.Query('le', 6) >>> print(q.operator) None