Description
The ValidateCoverage process reports whether the input coverage has any of a set of known data corruption issues.
Inputs
A coverage in a supported format.
Outputs
When performing validation in CARIS Batch, information is written to standard output. When performing validation using a process model file, the validation results will be output as one of the following ports:
• Issue(s) found, which is used if any current validation checks identified an issue with the input coverage. For this port, the RepairCoverage process should be the next process in the model.
• No issues found, used if none of the current validation checks identified an issue with the input coverage.
A sample process model file is provided with the installation for this process.
The RepairCoverage process can be used to repair some corruption issues found. See Repair Coverage for more information on this process.
Command Line Syntax
carisbatch --run ValidateCoverage <input>
User Interface Command
None.
Options
None.
Example:
To use this command refer to the following example.
Example | ||
|---|---|---|
Objective | You want to check for duplicate index values in a point cloud | |
Description | Command Line Syntax | |
The input point cloud is SampleCloud.csar located in the D:\BatchSample directory. | D:\BatchSample\SampleCloud.csar | |
Command Line |
| |
Outcome | A message will be displayed indicating what, if any, corruption was found in the point cloud. | |
Extra Notes | N/A | |