Error processing from MODIS L1 to L2 in SEADAS
Posted: Thu Dec 09, 2021 1:47 pm America/New_York
Hello,
I have a problem with SEADAS 8 command line processing with python 3.8, from L1 MODIS-Aqua to L2 (in Ubuntu 20.04). Until yesterday it was working perfectly fine, and from today I get a mistake, apparently with the 'MetaUtils' library from python, which is properly installed. When I start the processing I get the following errors:
/home/ana/Curso_PDI_linux/MODIS_py/A2006004185500.L1A_LAC.x.hdf
Traceback (most recent call last):
File "/home/ana/seadas8/ocssw/ocssw_src/scripts/modis_GEO.py", line 8, in <module>
from modules.modis_utils import buildpcf, modis_env
File "/home/ana/seadas8/ocssw/ocssw_src/scripts/modules/modis_utils.py", line 5, in <module>
from MetaUtils import readMetadata
ModuleNotFoundError: No module named 'MetaUtils'
/home/ana/Curso_PDI_linux/MODIS_py/A2006004185500.L1A_LAC.x.hdf
Traceback (most recent call last):
File "/home/ana/seadas8/ocssw/ocssw_src/scripts/getanc.py", line 196, in <module>
sys.exit(main())
File "/home/ana/seadas8/ocssw/ocssw_src/scripts/getanc.py", line 188, in main
g.setup()
File "/home/ana/seadas8/ocssw/ocssw_src/scripts/modules/anc_utils.py", line 174, in setup
from modis_utils import modis_timestamp
ModuleNotFoundError: No module named 'modis_utils'
I have tried re-installing Seadas and OCSSW processors, but still it is not working. Do you have any idea of what might be happening?
Thank you very much!
Ana
I have a problem with SEADAS 8 command line processing with python 3.8, from L1 MODIS-Aqua to L2 (in Ubuntu 20.04). Until yesterday it was working perfectly fine, and from today I get a mistake, apparently with the 'MetaUtils' library from python, which is properly installed. When I start the processing I get the following errors:
/home/ana/Curso_PDI_linux/MODIS_py/A2006004185500.L1A_LAC.x.hdf
Traceback (most recent call last):
File "/home/ana/seadas8/ocssw/ocssw_src/scripts/modis_GEO.py", line 8, in <module>
from modules.modis_utils import buildpcf, modis_env
File "/home/ana/seadas8/ocssw/ocssw_src/scripts/modules/modis_utils.py", line 5, in <module>
from MetaUtils import readMetadata
ModuleNotFoundError: No module named 'MetaUtils'
/home/ana/Curso_PDI_linux/MODIS_py/A2006004185500.L1A_LAC.x.hdf
Traceback (most recent call last):
File "/home/ana/seadas8/ocssw/ocssw_src/scripts/getanc.py", line 196, in <module>
sys.exit(main())
File "/home/ana/seadas8/ocssw/ocssw_src/scripts/getanc.py", line 188, in main
g.setup()
File "/home/ana/seadas8/ocssw/ocssw_src/scripts/modules/anc_utils.py", line 174, in setup
from modis_utils import modis_timestamp
ModuleNotFoundError: No module named 'modis_utils'
I have tried re-installing Seadas and OCSSW processors, but still it is not working. Do you have any idea of what might be happening?
Thank you very much!
Ana