rasterio / affine

Affine transformation matrices
https://affine.readthedocs.io/en/latest/index.html
BSD 3-Clause "New" or "Revised" License
159 stars 28 forks source link

Removal of __rmul__ breaks Rasterio #27

Closed sgillies closed 8 years ago

sgillies commented 8 years ago

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.

sgillies commented 8 years ago

Closed by 5400df0.