Skip to content
Snippets Groups Projects
Commit 610fc491 authored by pascal.mouquet_ird.fr's avatar pascal.mouquet_ird.fr
Browse files

updated sen2chain for new sen2cor v2.12 compatibility

parent 3fd32079
No related branches found
No related tags found
No related merge requests found
......@@ -78,7 +78,7 @@ def process_sen2cor(
)
process = subprocess.run(command.split(", "))
elif s2c_v in ['02.08.00','02.09.00', '02.10.01', '02.11.00']:
elif s2c_v in ['02.08.00','02.09.00', '02.10.01', '02.11.00', "02.12.03"]:
logger.info("sen2cor {} processing: {}".format(s2c_v, l1c_product_path))
command = "/bin/bash, -c, source {sen2cor_bashrc} && L2A_Process --processing_baseline {processing_baseline} --output_dir {out_dir} {l1c_folder}".format(
sen2cor_bashrc = str(s2c_path),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment