MODIS Data processing with OCSSW tag V2024.0 seems to be broken
Posted: Sun Jul 14, 2024 7:31 pm America/New_York
I've been using OCSSW V2024.0 software to process VIIRS files and now I need to get MODIS Aqua processing to work with this also but I get an error running:
I assume I have done something wrong, but not sure how to fix it. I had this working in branch v7.5.
Running on Ubuntu 22.04
modis_L1A 1.1 from Tag V2024.0
Code: Select all
modis_L1A MOD00.P2024196.1720_1.PDS -o MOD00.P2024196.1720_1.PDS.L1A_LAC
Traceback (most recent call last):
File "/u/ocssw//bin/modis_L1A", line 75, in <module>
m.l0()
File "/data/u/ocssw/bin/modis/modis_L1A_utils.py", line 159, in l0
status = self.get_constructor()
File "/data/u/ocssw/bin/modis/modis_L1A_utils.py", line 107, in get_constructor
line = line.replace('LOGDIR', self.dirs['run'].resolve().as_posix())
AttributeError: 'str' object has no attribute 'resolve'
Running on Ubuntu 22.04
modis_L1A 1.1 from Tag V2024.0