Introduction
Developer Guide
to_crs()
GeoBox
GridSpec
Index
Split translation into pixel aligned and sub-pixel parts.
Subpixel translation is guaranteed to be in [-0.5, +0.5] range.
[-0.5, +0.5]
x + t = x + t_whole + t_subpix
t (XY[float]) – Translation as XY
XY
float
Tuple[XY[float], XY[float]]
Tuple
(t_whole, t_subpix)