I installed anaconda, created an environment and installed required dependencies.
I am trying to run Polymer on Sentinel-2 images, however, this does not work to me:
Code: Select all
./polymer_cli.py S2A_MSIL1C_20170502T093041_N0205_R136_T35UMB_20170502T093358.SAFE
Code: Select all
Traceback (most recent call last):
File "./polymer_cli.py", line 11, in <module>
from polymer.main import run_atm_corr, Level1, Level2
File "/home/dalia/Documents/polymer-v4.12/polymer/main.py", line 18, in <module>
from polymer.polymer_main import PolymerMinimizer
ImportError: /home/dalia/Documents/polymer-v4.12/polymer/polymer_main.so: undefined symbol: _Py_ZeroStruct
Code: Select all
Level1_MSI('S2A_MSIL1C_20170502T093041_N0205_R136_T35UMB_20170502T093358.SAFE')
Code: Select all
xmlfile = xmlfiles[1]
Could you help me? Or maybe you have old formatted metadata file?
I use linux 18.04.3 LTS and Polymer 4.12.
Kind regards,
Dalia