odc.geo.xy_

odc.geo.xy_(x, y=None)[source]

Construct from X,Y order.

xy_(0, 1)
xy_([0, 1])
xy_(tuple([0, 1]))
assert xy_(1, 3).x == 1
assert xy_(1, 3).y == 3
Return type:

XY[TypeVar(T)]