| LandWaterMask Operator |
|
| Name: | LandWaterMask |
| Full name: | org.esa.snap.watermask.operator.WatermaskOp |
| Purpose: | Operator creating a target product with a single band containing a land/water-mask. |
| Version: | 1.3 |
| Name | Description |
|---|---|
sourceProduct |
The Product the land/water-mask shall be computed for. |
| Name | Data Type | Default | Description | Constraints |
|---|---|---|---|---|
resolution |
int |
50 |
Specifies on which resolution the water mask shall be based. | value set: [50, 150, 1000] |
subSamplingFactorX |
int |
1 |
Specifies the factor between the resolution of the source product and the watermask in x direction. A value of '1' means no subsampling at all. | not null |
subSamplingFactorY |
int |
1 |
Specifies the factor between the resolution of the source product and the watermask iny direction. A value of '1' means no subsampling at all. | not null |