I'm interested in using Spectral Python (SPy) to visualize and classify multiband raster GeoTIFF (not hyperspectral data). Currently it appaers that only .lan
, .gis
File Formats are readable.
I've tried to convert files to .lan
with gdal_translate
but the image format is not supported( IOError: Unable to determine file type or type not supported
).
Any idea how to use this library for non hypersperctral dataset?