odc.geo.XY.shape

property XY.shape: Tuple[int, int]

Interpret as shape (Y, X) order.

Only valid for XY[int] case.

Raises:

ValueError – when tuple contains anything but integer values

Returns:

(y, x)