rasterio / affine

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

added permutation transform #35

Closed nmaxwell closed 6 years ago

nmaxwell commented 6 years ago

Added permutation matrix

coveralls commented 6 years ago

Coverage Status

Coverage decreased (-0.6%) to 99.438% when pulling 6ea821726046f3813b158ce9523e5401075b6a68 on nmaxwell:master into 131854eb3e7eae3b8707ee910838ecc4bfe5ee98 on sgillies:master.

coveralls commented 6 years ago

Coverage Status

Coverage remained the same at 100.0% when pulling 49cc6d9892b991fa7f11c536dcbcf7aca627fd43 on nmaxwell:master into 131854eb3e7eae3b8707ee910838ecc4bfe5ee98 on sgillies:master.

sgillies commented 6 years ago

@nmaxwell I'm mostly in favor of this, can you add a short paragraph about the motivation for the PR? A little context will help the project out.

nmaxwell commented 6 years ago

@sgillies Sorry, missed your comment. I needed this to handle some ortho images which used a non-standard convention in which rows/columns were switched.

sgillies commented 6 years ago

Thanks @nmaxwell ! I just now released 2.2.0 with the permutation matrix.