cf.Domain.equivalent_refs

Domain.equivalent_refs(t, u, domain, atol=None, rtol=None, traceback=False)[source]

True if a coordinate refencence object is the same as one in another domain.

Parameters:

t : cf.CoordinateReference

u : cf.CoordinateReference

domain
: cf.Domain

The domain which contains u.

traceback
: bool, optional

If True then print a traceback highlighting where the two instances differ.

Returns:

out : bool

Examples:
>>>