Description
The ImportGenericToHIPS process uses a parser configuration (*.par) file created in the Generic Data Parser editor and converts data into HIPS format using that configuration.
Inputs
One or more ASCII data files.
Outputs
Track Lines.
Command Line Syntax
carisbatch --run ImportGenericToHIPS
Options
The following table describes the parameters available for this process.
Parameter |
| |||
Long | Short | Description | Can Repeat | Notes
|
--parser-file | P | The path to the parser configuration file. The file is setup to parse any sensor data (other than swath and sweep bathymetry and side scan imagery) from ASCII text files and then converted as updates on any line folders in an existing project. | FALSE | |
--input-crs | p | A string specifying the horizontal coordinate reference system key of the input. The default value is LLDG. | FALSE | |
--extent | E | The extents that defines the window. <LowerX> - A number specifying the lower left X origin in the coordinate reference system of the input. <LowerY> - A number specifying the lower left Y origin in the coordinate reference system of the input. <UpperX> - A number specifying the upper right X origin in the coordinate reference system of the input. <UpperY> - A number specifying the upper right Y origin in the coordinate reference system of the input. The unit is assumed to be that of the input's coordinate reference system, unless otherwise specified. When specifying units for unprojected data, an angle type unit is required. The order for unprojected coordinates is longitude followed by latitude. Supported units: cable, ch, cm, fm, ft, in, inm, km, m, mi, mm, nm, usfm, usft, usmi, usnm, usyd, yd, deg and rad. | FALSE | |
--filter | f | A number specifying the Z values to a min/max range. <FilterMin> - The minimum values for imported data. <FilterMax> - The maximum values for imported data. The valid range is +/- 15000. | FALSE | |
--filter-dup-navigation | If set, filters the navigation points to remove duplicate points during import. | FALSE | ||