Description
The ImportTideToHIPS process applies tidal observation data.
Update
One or more HIPS track lines.
Outputs
Updated HIPS track lines.
Command Line Syntax
carisbatch --run ImportTideToHIPS [options] <inputs> <outputs>
Options
The following table describes the parameters available for this process.
Parameter |
| |||
Long | Short | Description | Can Repeat | Notes
|
--processing-buffer-time | B | If set, applies a buffer of extra data, specified in seconds, at the beginning and end of lines to avoid data loss. If not set or buffer size of 0 seconds is applied, data will be processed without the buffer. The default value is 0. Supported units: seconds | FALSE | |
--interpolation-type | Apply the tide data to each line from a single tide station (.tid) or Interpolate tide data from multiple tide stations within a tide zone file (.zdf). • SINGLE_STATION: Single Station - Single station interpolation • MULTI_STATION: Multiple Stations - Multiple station interpolation The default value is SINGLE_STATION. | FALSE | ||
--tide-file | The path to the tide station or zone file. | FALSE | ||
InterpolationType = MULTI_STATION | ||||
--weighted-average | If set, calculates the weighted average during multiple tide station interpolation. | FALSE | ||
--compute-errors | If set, computes errors during multiple tide station interpolation. | FALSE | ||