Loading Snappy with latest source build

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

Hello @ChristianK,

The two classes have been removed from snap-engine. esa-snappy was modified on 29/07/2024. Please pull the latest changes from the master branch and rebuild esa_snappy.