You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rasterio has some poor affine usage in one function, computing position * matrix. I've fixed that, but even though matrix * position is more proper we need to bring __rmul__ back in case others are depending on it.
The text was updated successfully, but these errors were encountered:
Rasterio has some poor affine usage in one function, computing
position * matrix
. I've fixed that, but even thoughmatrix * position
is more proper we need to bring__rmul__
back in case others are depending on it.The text was updated successfully, but these errors were encountered: