I rote a script to automatically convert a bunch of equirectangular projections to dymaxion projections. I had to refactor the other main apps slitely, because they were structured very poorly.
I added some Wagner projections. I had some issues that I had to fix by checking for NaN in other parts of the code, and I'm pretty sure I have the wrong constants for Wagner II but the only source I have for the equations is pretty confident about them, but other than that it went off without a hitch. I'm getting an ILL for the original paper, so hopefully I can correct any inaccuracies soon.
My utils package was getting pretty big, and some of them were pretty
specific, so I moved some of them to a helper package specifically for
working with imagery.