cf.Coordinate.match

Coordinate.match(match=None, exact=False, match_all=True, regex=False, inverse=False)[source]

Determine whether or not a variable satisfies conditions.

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

Parameters :
Returns :
out : bool

Whether or not the variable matches the given criteria.

Examples

Previous topic

cf.Coordinate.mask_invalid

Next topic

cf.Coordinate.name

This Page