CARIS HIPS and SIPS Help : CARIS Batch Utility : CZMIL Processes : Georeference CZMIL Points
 

Georeference CZMIL Points

Description

The GeoreferenceCZMILPoints process generates geo-referenced points from CZMIL CWF and SBET files.

Update

CZMIL CPF file(s).

Command Line Syntax

carisbatch --run GeoreferenceCZMILPoints --sbet-file <value> [options] <input>

User Interface Command

Georeference CZMIL Data

Options

The following table describes the parameters available for this process.

Parameter

 

Long

Short

Description

Can Repeat

Notes

 

--sbet-file

The full path to the SBET file.

FALSE

--shallow-water-surface-control

When water shots have missing or unreliable surface returns, a KML control file containing points with water surface elevation can be used in water depth processing to help with seafloor determination.

A user-specified radius is used to search the KML control points surrounding the areas of missing or unreliable returns to identify elevation values. If a control point is found within the search radius, the elevation of the control point is used in place of the missing or unreliable return. If multiple control points are found within the specified radius, the elevation of the closest control point is used. If no points are found, the automatically-modelled water surface is used instead.

<ControlFile> - The full path of the KML control file containing points with water surface elevation.

<SearchRadius> - The radial distance used to search the KML control file for points to use in place of the missing or unreliable surface returns.

Supported units: cable, ch, cm, fm, ft, in, inm, km, m, mi, mm, nm, usfm, usft, usmi, usnm, usyd, yd, deg and rad.

FALSE

Example

To use this command refer to the following example.

Example

Objective

You want to create a georeferenced point cloud using CZMIL CWF data.

Description

Command Line Syntax

The SBET file containing the location information for the data is called SBET.000 and is located in the D:\SampleData directory.

--sbet-file D:\SampleData\sbet.000

The CWF file containing the source data is called Flightline.cwf and is located in the D:\SampleData directory.

D:\SampleData\flightline.cwf

Command Line

carisbatch -r GeoreferenceCZMILPoints --sbet-file D:\SampleData\sbet.000 D:\SampleData\flightline.cwf

Outcome

The SampleData directory is populated with a flightline.cpf point cloud file, created from the data in the CWF file.

Extra Notes

N/A