Using this command i do sen2cor for one image Popen([‘cmd’, ‘/K’, ‘Sen2Cor-2.4.0-win64\L2A_Process E:\diplomatiki\S2A_MSIL1C_20170910T090021_N0205_R007_T35SMD_20170910T090725.SAFE --resolution=20’]).
Is it possible to do sen2cor for a folder containg sentinel images using python script and Popen command? How you would specify the folder containing all the SAFE products in the argument ? Other way to do batch processing using stand alone sen2cor and python ?