SNAP Land-sea-mask problem

Hi,

I made a graph with Graph Builder.
Inside, I added the box of Land-sea-mask with the following parameters:

  • flag to: “use Vector as Mask”
  • file: clip_AoI_map_1
  • flag to: “Invert Vector”

The highlighted xml code is:

  <node id="Land-Sea-Mask">
    <operator>Land-Sea-Mask</operator>
    <sources>
      <sourceProduct refid="Import-Vector"/>
    </sources>
    <parameters class="com.bc.ceres.binding.dom.XppDomElement">
      <sourceBands/>
      <landMask>false</landMask>
      <useSRTM>false</useSRTM>
      <geometry>clip_AoI_map_1</geometry>
      <invertGeometry>true</invertGeometry>
      <byPass>false</byPass>
    </parameters>
  </node>

When I try to load the saved graph the parameters change at the default setting (Mask out the Sea).
Is it a bug?
Could you help me?

Thank you
Claudio

Yes, this could be bug with the operator UI. I’ll have a look. Thanks

Thank you for having a look, this might also help me a lot =)

Sorry, I have this problem too. Is there a solution to this problem?

I think your problem is related to this issue:
[SNAP-1341] When loading a graph in Graph Builder specified parameters are lost
It is not yet solved.