FlatMapAverager
Overview
This application averages data that is defined on a flatmap. The data to be average may be specified on the command line or by a list of filenames. The data type may be an ASCII list of points or a contour. The output format will match the input format.
Usage
| Argument | Type | Required | Description | Notes |
| -overwrite | flag | No | Enables file overwriting | |
| -debug | flag | No | Enables additional error reporting | |
| -list | File | No | This specifies that a filename list is used to specify the input shapes. | |
| -filenames | flag | No | This specifies that the filenames of the input shapes are passed as command line arguments. | |
| -output | File | Yes | This specifies the filename of the output. | |
| -ascii | flag | No | This specifies that the input data will be line-delimited ascii lists of points. | |
| -contour | flag | No | This specifies that the input data will be ShapeTools?-compatible contours. | |
| -help | flag | No | Prints help and usage information. | |
| -version | flag | No | Prints version number of this application. | |
| -verbose | flag | No | Enables detailed status messages. | |
| -license | flag | No | Prints license details, and exits. | |
| -twiki | flag | No | Writes command line arguments as a TWiki format table to output and exit. | |
| -pipeline | flag | No | Write pipeline descriptor file to output and exit. | |
| -pipelineJar | String | No | Specify path to an application jar file, as a pipeline resource. | Example: "pipeline://localhost//home/zed/Connery.jar" |
| -pipelineJvm | String | No | Specify a Java Virtual Machine called by a pipeline. | |
| -pipelineJvmOptions | String | No | Specify Java Virtual Machine options used by a pipeline. | |