You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just wanted to let you know (in case you didn't already) that there is a deprecation warning:
/home/bota/.local/lib/python3.8/site-packages/spectral/io/envi.py:684: DeprecationWarning: tostring() is deprecated. Use tobytes() instead.
fout.write(data.tostring())