Name |
Data Type |
Default |
Description |
Constraints |
sourceProductPaths |
String[] |
|
A comma-separated list of file paths specifying the source products.
Each path may contain the wildcards '**' (matches recursively any directory),
'*' (matches any character sequence in path names) and
'?' (matches any single character).
If, for example, all NetCDF files under /eodata/ shall be considered, use '/eodata/**/*.nc'. |
|
shapefile |
File |
|
An ESRI shapefile, providing the considered geographical region(s) given as polygons. If null, all pixels are considered. |
|
startDate |
UTC |
|
The start date. If not given, taken from the 'oldest' source product. Products that have a start date before the start date given by this parameter are not considered. |
format: yyyy-MM-dd HH:mm:ss |
endDate |
UTC |
|
The end date. If not given, taken from the 'youngest' source product. Products that have an end date after the end date given by this parameter are not considered. |
format: yyyy-MM-dd HH:mm:ss |
bandConfigurations |
BandConfiguration[] |
|
The band configurations. These configurations determine the input of the operator. |
not null |
sourceBandName |
String |
|
Within band configurations. Band name |
required if no expression given |
expression |
String |
|
Within band configurations. Math band expression (can be used instead of band name) |
required if no band name given |
validPixelExpression |
String |
Existing valid pixel expression of band |
Within band configurations. Valid pixel expression for band. |
|
outputShapefile |
File |
|
The target file for shapefile output. Shapefile output will only be written if this parameter is set. The band mapping file will have the suffix _band_mapping.txt. |
|
outputAsciiFile |
File |
|
The target file for ASCII output.The metadata file will have the suffix _metadata.txt.
ASCII output will only be written if this parameter is set. |
|
percentiles |
int[] |
50,80,85,90,95,98 |
The percentile levels that shall be created. Must be in the interval [0..100] |
|
numBins |
int |
1000 |
The number of bins to be used in the histogram statistics. |
|