Introduction
Developer Guide
to_crs()
__iter__()
GeoBox
GridSpec
Index
Compute ROI for a scaled up image.
Given a crop region in the original image compute equivalent crop in the upsampled image.
roi (Tuple[NormalizedSlice, NormalizedSlice]) – ROI in the original image
Tuple
NormalizedSlice
scale (int) – integer scale to get scaled up image
int
shape (Union[Tuple[int, int], XY[int], Shape2d, Index2d, None]) – Clamp to that shape is supplied
Union
XY
Shape2d
Index2d
None
Tuple[NormalizedSlice, NormalizedSlice]
ROI in the scaled up image