Name |
Data Type |
Default |
Description |
Constraints |
sourceBands |
String[] |
|
The list of source bands. |
|
tiePointGrids |
String[] |
|
The list of tie-point grid names. |
|
region |
Rectangle |
|
The subset region in pixel coordinates.
Use the following format: {x},{y},{width},{height}
If not given, the entire scene is used. The 'geoRegion' parameter has precedence over this parameter.
|
|
referenceBand |
String |
|
The band used to indicate the pixel coordinates. |
|
geoRegion |
Geometry |
|
The subset region in geographical coordinates using WKT-format,
e.g. POLYGON(({lon1} {lat1}, {lon2} {lat2}, ..., {lon1} {lat1}))
(make sure to quote the option due to spaces in {geometry}).
If not given, the entire scene is used.
|
|
subSamplingX |
int |
1 |
The pixel sub-sampling step in X (horizontal image direction) |
|
subSamplingY |
int |
1 |
The pixel sub-sampling step in Y (vertical image direction) |
|
fullSwath |
boolean |
false |
Forces the operator to extend the subset region to the full swath. |
|
copyMetadata |
boolean |
false |
Whether to copy the metadata of the source product. |
|