I am trying to find a way to read hyperion e-01 satellite data (hyperspectral data) which has .L1R file extension , in python. Kindly suggest any library to read this data in python.
Reading Hyperion Satellite E-01 dataset (.L1R file) in python
530 views Asked by KHIZER At
1
Here is a function to read the HDF data from the .L1R file and save it in ENVI format. If you simply want to read the data as a numpy array, modify it to return
data
and omit the rest of the function definition.