CODA unsupported product file for AEOLUS

That looks Ok.

I already see what is going on. You need to call the os.putenv before you call import coda:

import os
os.putenv(‘CODA_DEFINITION’, r’D:\yika\work\Aladin\coda\share\coda\definitions’)
import coda
from numpy import vstack,zeros
product=coda.open(“AE_OPER_ALD_U_N_2B_20201008T233259_20201009T010347_0001.DBL”)

This should work.

1 Like