odc.geo.overlap.ReprojectInfo
- class odc.geo.overlap.ReprojectInfo(roi_src, roi_dst, paste_ok, read_shrink, scale, scale2, transform)[source]
Describes computed data loading parameters.
For scale direction is: “scale > 1 –> shrink src to fit dst”.
- __init__(roi_src, roi_dst, paste_ok, read_shrink, scale, scale2, transform)
Methods
__init__(roi_src, roi_dst, paste_ok, ...)Attributes
roi_srcSection of the source image to load.
roi_dstSection of the destination image to update.
paste_okWhen
Truesource can be pasted into destination directly.read_shrinkHighest allowed integer shrink factor on the read side.
scaleScale change as a single number.
scale2Full 2D Scale change as an XY.
transformMapping from src pixels to destination pixels.