Error while parsing JAI registry file

Hello everyone. I’m running esa_snappy on Python after the update of SNAP 10, and I’m trying by only reading a file. Here’s the code snippet:
import esa_snappy
from esa_snappy import ProductIO, Product

path = “path_to_my_file”
ProductIO.readProduct(path)

The operation is effectuated correctly, but before the execution I have this message

What does it mean? How to solve it?

Me too, have you solved it?

I solved, but it was very, very challenging. Basically, I advice you to follow every step here

Unluckly, the best way is to uninstall and re-install everything and keep finger crossed…

Miss.Navre, Could you elaborate on your specific steps or processes? I just can’t find a solution.I am going crazy. :sob: :sob: :sob:

If it can be more useful, you can find some detailes here

it’s my github page, where I use a snappy based python code for processing and in the readme i specify all the steps I did

You are very gorgeous.Thank you very much for your help, and if I don’t understand something, I will ask you again.

Miss.Navre, Do you know how to make a Geocoding when I don’t want to do Terrain Correction in SNAP ?
In other words, I don’t want to do terrain correction, so how can I do geocoding?

If you are interested in something that is flat, you can use ellipsoid correction instead.

1 Like