CARIS HPD : CARISĀ® Batch : S-57 Composer Processes : Edit S-57 Exchange Set
 

Edit S-57 Exchange Set

The EditS57ExchangeSet process edits an existing S-57 exchange set. It enables you to add or remove files and cancel or reissue datasets.

The initial exchange set is created when the ENC is exported from the application.

Input

Location of the S-57 exchange set to modify. This must be a directory that contains the S-57 exchange set catalogue file (CATALOG.031).

Command Line Syntax

carisbatch --run EditS57ExchangeSet [options] <input>

User Interface Command

S-57 Composer module: Tools > Editors > S-57 Exchange Set

Options

Long

Short

Description

Can Repeat

Notes

--file-to-add

-a

New file to add to the exchange set.

This can be a dataset file (new edition or update) or a support file. It must include the full file path and file name, including extension.

TRUE

--file-to-remove

-d

Name of the file to remove from the exchange set.

This can be a dataset file (new edition or update) or a support file. It must include the full file name, including extension.

TRUE

--dataset-to-cancel

-c

Name of the dataset to cancel.

This must be a base S-57 dataset file (*.000) and must include the full file name, including extension.

TRUE

--dataset-to-reissue

-R

Name of the dataset to reissue.

This must be a base S-57 dataset file (*.000) and must include the full file name, including extension.

TRUE

Example

Objective

Edit an S-57 exchange set by adding a file, removing a file, cancelling a dataset, and reissuing a dataset.

Description

Command Line Syntax

Add a file.

--file-to-add C:\datasetFile1.000

Remove a file.

--file-to-remove supportFile2.txt

Cancel a dataset.

--dataset-to-cancel datasetFile3.000

Reissue the dataset.

--dataset-to-reissue datasetFile4.000

Path of the exchange set.

C:\exchangeSets\testExchangeSet

Command Line

carisbatch --run EditS57ExchangeSet --file-to-add C:\datasetFile1.000 --file-to-remove supportFile2.txt --dataset-to-cancel datasetFile3.000 --dataset-to-reissue datasetFile4.000 C:\exchangeSets\testExchangeSet

Outcome

The S-57 exchange set is edited.