olivierhagolle / Start_maja

To process a Sentinel-2 time series with MAJA cloud detection and atmospheric correction processor
Other
51 stars 15 forks source link

Error: Most recent processed date #28

Closed BM974 closed 5 years ago

BM974 commented 5 years ago

Hello,

After months of using MAJA without problems I get this error message when I start processing:

[matthias@maja-seas-oi Start_maja]$ python ./start_maja.py -f folders_new.txt -c MAJA_1_0_S2AS2B_NATIF -t 38KPA -s Madagascar -d 20170101 /DATA_MAJA/CACAOS/1C/L1C_2017/Madagascar//S2_OPER_PRD_MSIL1CNone.SAFE/GRANULE/38KPA

Most recent processed date : [matthias@maja-seas-oi Start_maja]$

MAJA_erreur_2019.txt

Do you have any idea what could have cause this error?

Thanks Matthias

olivierhagolle commented 5 years ago

Hi, reading the code, I do not understand what happens with the provided information.

The issue seems to be in the search for products with the folllowing regular expression S2_OPER_PRD_MSIL1C*None*.SAFE where None is the orbit Number, but I checked my version and did not find where this originates from. As everywhere in the code where it uses the orbit parameter, it check before " if orbit is not None".

Did you change anything ? Are you using a very old version ? Olivier

olivierhagolle commented 5 years ago

Closed after no reply in 5 months. please reopen if necessary