Introduction
Developer Guide
to_crs()
__iter__()
GeoBox
GridSpec
Index
Broadcast A*(x_i, y_i) across all elements of x/y.
A*(x_i, y_i)
x/y
Arrays could be in any shape (usually 2d image).
A (Affine) – Affine transform to apply
Affine
x (ndarray) – x coordinates (any shape)
ndarray
y (ndarray) – y coordinates (same shape as x)
x
Tuple[ndarray, ndarray]
Tuple
Transformed coordinate as two arrays of the same shape as input (x', y')
(x', y')