arthur-e / unmixing

Interactive tools for spectral mixture analysis of multispectral raster data in Python
MIT License
105 stars 24 forks source link

Switch to using affine transformations with affine #8

Open arthur-e opened 4 years ago

arthur-e commented 4 years ago

Long ago, I wrote functions like xy_to_pixel() that do the job that is now seamlessly accomplished by a nice new-ish library, affine. See on Github.