i am working on the sen-et plugin, but im trying to run it manually through python.
after downloading the sentinel 3 product the next step is the preprocessing.
the source bands in the provided sentinel3 preprocessing xml are not found in the s3 product. the bands in question are (sat_zenith_tn,solar_zenith_tn,latitude_tx,longitude_tx) is there something i am missing ?
the error I’m getting:
rror: [NodeId: Subset] Operator ‘SubsetOp’: Value for ‘Source Bands’ is invalid: ‘solar_zenith_tn’
I had exactly the same problem… But this is still a problem if you want to call this functionality from python or integrate in some processing chain. Anybody of the SNAP developers that can help us with this?
Can you maybe post the graph xml file?
The names mentioned above are the tie-point grids of SLSTR data.
Maybe the provided xml is not correct.
So they actually should be specified in the tag tiePointGridNames of the subset node:
Hi Marco, thanks for your reply. I actually just took the XML that comes as an example with the plugin. Just changed the paths to my inputs and I get the error when using gpt on the command line. Works ok when used from the GUI.
Anyone found a solution on this issue ? It indeed works fine through SNAP but not with gpt command line… The output_geometry_observation file is empty.
I use the exact same xml provided by the plugin…