A CF-compliant earth science data analysis library
Query.
__and__
The binary bitwise operation &
&
Combine two queries with a logical And operation. If the value of both queries is the same then it will be retained on the compound query.
value
x.__and__(y) <==> x&y