I am trying to open and read a hyperspectral image using GDAL like below.
So after reading the data like this :
data = gdal.Open( filename ) then I can see the x, y, dim information of the dataset :
x = data.RasterXSize y = data.RasterYSize dim = data.RasterCount Now the question is that if there is any way to find out that each band wavelength from image.? I have the following data image: sub_66 Type:File sub_66 Type:hdr sub_66 Type:aux(xml) This data file is of AVIRIS(Hyperspectral Data) sensor.