Spectral Python (SPy) is a pure Python module for processing hyperspectral image data. SPy has functions for reading, displaying, manipulating, and classifying hyperspectral imagery. SPy can be used interactively from the Python command prompt or via Python scripts. SPy is free, open source software distributed under the GNU General Public License. To see some examples of how SPy can be used, you may want to jump straight to the documentation sections on Displaying Data or Spectral Algorithms. You can download SPy from the SPy Project Page hosted by Sourceforge.net.
2012-02-19 : SPy 0.7 Released.
The kmeans algorithm is about 10 times faster than version 0.6. Many method/function names have been renamed for consistency with external packages. A few bugs potentially affecting BIP and BSQ input have been fixed.
2011-01-17 : SPy 0.6 Released.
This release adds ASTER Spectral Library support, ability to save spectral libraries, and installation via distutils.