S-57 (ENC) Hydrographic Data Reader Parameters

Action to Take on Update Files

Apply

Choosing this option will cause the S-57 reader to apply all updates available for the datasets read. That is, if there are files ending in .011, .002, and so on, in the same folder with base datasets (ending in .000), these update files will be read and applied to the base feature set in accordance with S-57 update rules.

Note: DSSI dataset-level metadata will correspond to the originally read feature set, not the updated feature set.

These additional attributes are also added:

Attribute Name

Description

Defined On

s57_update_file{}

The list of filenames that have been used to update the current feature. These list entries are paired with the s57_update_type field so that together they specify a list update operations from a list of files.

For example:

s57_update_file{0} = mys57file.001 s57_update_type{0} = INSERT

Updated features
s57_update_type{}

The list of update types that have been performed on the feature. Possible values are Insert, Modify, or Delete. These list entries are paired with the s57_update_type field so that together they specify a list update operations from a list of files.

For example:

s57_update_file{0} = mys57file.001 s57_update_type{0} = MODIFY s57_update_file{1} = mys57file.002 s57_update_type{1} = MODIFY

Updated features

For information on all attributes (including generic attributes that appear on all features), see Feature Representation.

Ignore

Choosing this option will cause the S-57 reader to ignore all updates.

Features

Read Spatial Objects as Features

Allows primitives to be read as individual features, whereby each feature has some extra information that could be used in future for writing to a S-57 dataset.

S57 Type

This parameter specifies which enhanced version of S-57 dataset to read. This is used only during schema generation (workspace generation) and has no effect during normal reading.

The reader processes the schema according to the selection:

  • ENC 3.1 (default): The dataset is interpreted as the original S-57.
  • Additional Military Layers 1.0
  • Additional Military Layers 2.0
  • Inland Waterways
  • IENC 2.3
  • IENC 2.4

Advanced

The S-57 reader depends on CSV text files with definitions of S-57 object classes, and their attributes. The set of files used is determined by the selected S57 Type. See the Feature Representation section for more information.

Custom Object Classes File

A CSV file containing custom object classes. Object class definitions in this file will override existing definitions with the same code.

Custom Attributes File

A CSV file containing custom attributes. These attributes will be added to all object class definitions. Attribute definitions in this file will override existing definitions with the same code.

Schema Attributes