shoyu
June 4, 2021, 3:24pm
1
Hi, i need to open hdf4 preconverted AEOLUS data using python (as in the python example coda-examples/aux_met_12.py at master · stcorp/coda-examples · GitHub ), but coda.open
raises this error: CodacError: coda_open(): type already has a conversion
coda.open
works flawlessly with the original DBL files…
This exact issue was something we actually fixed two days ago .
If you can retrieve and install CODA from github you will already have the fix. Otherwise you will have to wait for a new CODA release. We will probably provide one next week.
shoyu
June 5, 2021, 11:11am
3
I just installed CODA from github, it works perfectly. Thank you!
Looking forward to the next release