Geographic projection missing in output

Hi Val,
yes, I have the latest versions of both SNAP and sen2cor. As I wrote, it worked correctly until the latest update. I already tried with the re-installation, but unfortunately it doesn’t do the trick.

Anyway, thank you! I’ll try some batch processings.

Yeah sorry, sometimes the works of sen2cor can be mysterious.

Check if you’re running the latest version of Anaconda … maybe that could help

Can you check which glymur version is installed in your anaconda? It is mandatory to have glymur 0.8.6. If you had before an older version of sen2cor installed, then there could be an issue with glymur which causes the …_geo.jp2 files.

To check which version you have installed:
conda list glymur

If glymur 0.8.4 or older is installed:
conda remove --yes glymur

If glymur 0.8.6 is already installed:
pip uninstall glymur

afterward install glymur again:
pip install --trusted-host pypi.python.org glymur==0.8.6

Cheers,
Andreas

Hi Andreas,

thanks for the suggestion. I checked and I have glymur 0.8.6. Everything is updated, I really don’t understand where is the problem.

Ok, then I can not understand the error either.

Maybe @umwilm can help?

hi m.anelli, can you give me your operating system and which version of SNAP you installed, I’ll try to trace down your problem. Is it true that sen2cor 2.3.0 worked for you before doing the SNAP upgrade?