CARIS Batch Utility : HIPS Processes : Remove From HIPS Grid
 

Remove From HIPS Grid

Description

The RemoveFromHIPSGrid process removes HIPS track lines from an existing HIPS surface using the process parameters in the CSAR metadata.

Update

The HIPS surface to update.

Inputs

One or more HIPS track lines.

Outputs

An updated HIPS surface.

Command Line Syntax

carisbatch --run RemoveFromHIPSGrid [options] <inputs> <update>

Options

None.

Example

To use this command, refer to the following example.

Example

Objective

To remove HIPS sources from an existing CSAR raster surface.

Description

Command Line Syntax

The input track lines are located at C:\temp\input\. The HIPS file URI filters for the vessel named “sample” and the day 2000-001.

C:\temp\input\

The updated file is named ExistingHIPSRasterSurface.csar located at D:\. The HIPS file URI filters for the vessel named “sample” and the day 2000-001.

D:\

Command Line

carisbatch --run RemoveFromHIPSGrid D:\ExistingHIPSRasterSurface.csar file:///C:/temp/input/input.hips?Vessel=sample;Day=2000-001

Outcome

The CSAR raster surface is redrawn with the selected track line sources removed.

Extra Notes

N/A