clustering fix
An error in remapping the pixels after clustering to their actual location was providing critical unwanted behavior. The latest commits fix this issue by specifying in the np.reshape() the type of order to reshape the vector using the Fortran type.
Line 452-457 in topoclass.py
With previous version, when using the clustering option, pixels would not be remapped properly. FIXED :)