odc.geo.Resolution
- class odc.geo.Resolution(x, y=None)[source]
Resolution for X/Y dimensions.
Methods
__init__(x[, y])map(op)Apply function to x and y and return new XY value.
Attributes
aspectAspect ratio (X/Y).
latAccess Latitude value (Y).
latlonConvert to tuple in Latitude,Longitude order.
lonAccess Longitude value (X).
lonlatConvert to tuple in Longitude,Latitude order.
shapeInterpret as
shape(Y, X) order.whInterpret as
width, height, (X, Y) order.xAccess X value.
xyConvert to tuple in X,Y order.
yAccess Y value.
yxConvert to tuple in Y,X order.