WanJetpack icon indicating copy to clipboard operation
WanJetpack copied to clipboard

Feature: execute graphs with beam-dimap input

Open jonathom opened this issue 3 years ago • 12 comments

Hi all, I'm using pyroSAR to create, group, and then execute a graph via SNAP, the last of which via gpt from pyroSAR.snap.auxil. It seems to me that this operation fails if I want to use .dim BEAM-DIMAP formatted intermediate products from SNAP as inputs to my workflow (It's raising RuntimeError: data format not supported). The same graph also fails in the SNAP graph tool, but works fine if I execute it via gpt in the command line.

From what I've seen in the code, I'm guessing that I can only execute graphs with pyroSAR that contain compressed formats (e.g. SAFE .zips) in their READ nodes?

I also wanted to ask if this might be a feature in which more people might be interested / that would be easy to implement?

jonathom avatar Nov 24 '21 15:11 jonathom