snap-contrib / snapista

SNAP GPT thin layer for Python

Home Page:https://snap-contrib.github.io/snapista/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

g.run() error

mbm87 opened this issue · comments

commented

Good afternoon,

I have an error when I run the graphs by means of the g.run() function.

Running Graph 1
Processing the graph
Executing processing graph
INFO: org.esa.snap.core.gpf.operators.tooladapter.ToolAdapterIO: Initializing external tool adapters
Unable to find calibration element in original product metadata
INFO: org.esa.s2tbx.dataio.gdal.GDALVersion: GDAL 2.4.0 found on system. JNI driver will be used.
done.
INFO: org.esa.s2tbx.dataio.gdal.GDALVersion: Installed GDAL 2.4.0 set to be used by SNAP.
INFO: org.esa.snap.core.util.EngineVersionCheckActivator: Please check regularly for new updates for the best SNAP experience.
INFO: org.esa.s2tbx.dataio.gdal.GDALVersion: Installed GDAL 2.4.0 set to be used by SNAP.
INFO: org.hsqldb.persist.Logger: dataFileCache open start

Error: [NodeId: Calibration] Unable to find calibration element in original product metadata

If I save the graph in xml format and I run it in SNAP the process works perfectly.

On the other hand this is how the graph looks like (attached):
Change the extension to .xml

20170114.txt

Thanks in advance.