I have changed L2A_Tables as per your instructions but when I process 10 meter resolution by cmd the iI get following error.
C:\Users\Adnan Aziz>L2A_Process --resolution 10 D:\S2A_OPER_PRD_MSIL1C_PDMC_2016
0210T210959_R037_V20160210T112214_20160210T112214
Traceback (most recent call last):
File "C:\Anaconda2\Scripts\L2A_Process-script.py", line 9, in <module>
load_entry_point('sen2cor==2.0.6', 'console_scripts', 'L2A_Process')()
File "C:\Anaconda2\lib\site-packages\sen2cor-2.0.6-py2.7.egg\sen2cor\L2A_Proce
ss.py", line 237, in main
processor = L2A_Process(directory)
File "C:\Anaconda2\lib\site-packages\sen2cor-2.0.6-py2.7.egg\sen2cor\L2A_Proce
ss.py", line 21, in __init__
self._config = L2A_Config(workdir)
File "C:\Anaconda2\lib\site-packages\sen2cor-2.0.6-py2.7.egg\sen2cor\L2A_Confi
g.py", line 27, in __init__
self._home = os.environ['SEN2COR_HOME'] + '/'
File "C:\Anaconda2\lib\os.py", line 425, in __getitem__
return self.data[key.upper()]
KeyError: 'SEN2COR_HOME'
Kindly Help me