Navre
May 6, 2024, 9:34am
1
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?
Karl
May 29, 2024, 8:50am
2
Me too, have you solved it?
Navre
May 29, 2024, 10:37am
3
I solved, but it was very, very challenging. Basically, I advice you to follow every step here
I obtain the same error of @cndnflyr
[image]
Moreover, I tried to delete EVERYTHING, to re install SNAP 10, to configure esa-snappy with the proper python.exe, and still having this problem. It was so easy with the past versions of SNAP, I really don’t know how to handle this issue…
The very weird thing is that the package of esa_snappy works! If I try some operators like readProduct, it works, but if I try other operators like GeoUtils I get the error of “no matching Java method overloads f…
Unluckly, the best way is to uninstall and re-install everything and keep finger crossed…
Karl
May 30, 2024, 12:06pm
4
Navre
May 30, 2024, 12:19pm
5
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
Karl
May 30, 2024, 12:25pm
6
You are very gorgeous.Thank you very much for your help, and if I don’t understand something, I will ask you again.
Karl
June 11, 2024, 9:31am
7
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