cf.Data.__ge__

Data.__ge__(other)[source]

The rich comparison operator >=

x.__ge__(y) <==> x>=y

Added in version (cfdm): 1.11.2.0