cf.DimensionCoordinate.match_by_property

DimensionCoordinate.match_by_property(*mode, **properties)[source]

Determine whether or not a variable satisfies conditions.

Conditions may be specified on the variable’s attributes and CF properties.

Parameters

Returns
bool

Whether or not the variable matches the given criteria.

Examples

TODO