Rad2refl gpt error - No product reader found

I’m trying to creat a graph xml to run rad2refl in command line.
olci.xml (609 Bytes)

Here’s my S3B data:
D:\S3B_OL_1_EFR____20190213T015325_20190213T015625_20190213T034427_0179_022_060_2160_LN1_O_NR_002.SEN3
(olci.xml also in the same folder)

I run the command line with:
gpt olci.xml -Solciproduct=xfdumanifest.xml

Then I got an error

So what’s the problem with my xml? Can any one help? Thanks

I think the gpt command should written differently. You have to specify the paths of your image and graph from the bin/gpt folder, not from the folder where you have the scene.
./gpt /path/graph.xml -S path/OLCI.xml -t path/output.dim
(Something like that)

1 Like

Hi Yukaribba,

Go to the /snap.bak/bin then on the command line Run:
./gpt c:\Graph_name.xml -t c:\Output.dim C:\input\A2008112121000.L2_LAC.hdf`

The first argument specifies the graph file to be used for processing, the -t option specifies the target file where the result is written to, and the last argument specifies the source product for processing.

1 Like

Thanks @abruescas and @Samira.h. It works fine now with your correction.:grin:

2 Likes