xdas.coordinates.Coordinate.equals#

Coordinate.equals(other)[source]#

Return True if other is the same coordinate type with identical dim and data.

Comparison is strict on dtype. Same type implies same data structure: either a single np.ndarray or a flat dict[str, np.ndarray] with the same keys.