Hi!
I am using a snap built from source and after an update today I have difficulties loading the esa_snappy plugin from within Python. The import fails in the init.py in line 332 and 333:
PixelGeoCoding = jpy.get_type(‘org.esa.snap.core.datamodel.PixelGeoCoding’)
PixelGeoCoding2 = jpy.get_type(‘org.esa.snap.core.datamodel.PixelGeoCoding2’)
Commenting these lines I can load and run snappy ‘normally’ probably without pixel geocoding though, but I did not test that. Was there any change in the repo that might cause this? Any other ideas?
Cheers
Christian