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